1
0
Fork 0
videodog/README

23 lines
623 B
Plaintext

Videodog is a daemon that will announce new YouTube videos. This
application connects two external integrations: the public RSS feed of a
YouTube channel, carrying the most recent videos from a channel, and a
Discord webhook where notifications about new videos should be sent.
Usage:
videodog -config <config> [-noannounce] [-checkstart]
Parameters:
-checkstart
Check when the server starts (do not wait until next cron
interval)
-config string
The config file to use
-noannounce
Don't announce the videos
For more information, check the package help using the command:
go doc gopkg.makigas.es/videodog