Announces new YouTube videos over a Discord webhook
| .dockerignore | ||
| .gitignore | ||
| announcer.go | ||
| ChangeLog | ||
| config.go | ||
| COPYING | ||
| doc.go | ||
| Dockerfile | ||
| feed.go | ||
| GNUmakefile | ||
| go.mod | ||
| go.sum | ||
| NEWS | ||
| README | ||
| spool.go | ||
| TODO | ||
| videodog.go | ||
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