1
0
Fork 0
Announces new YouTube videos over a Discord webhook
Go to file
Dani Rodríguez 0a6196a961 Release 2.1.28 2024-04-17 09:10:08 +02:00
.dockerignore Add GNUmakefile to trigger build scripts 2024-02-24 15:44:27 +01:00
.gitignore Add GNUmakefile to trigger build scripts 2024-02-24 15:44:27 +01:00
COPYING Change license for future updates to GPL-3.0 2024-02-23 14:17:12 +01:00
ChangeLog Increase the cron interval to 1 hour 2024-04-17 09:08:32 +02:00
Dockerfile Stop compiling with CGO inside the compiler 2024-04-12 00:01:49 +02:00
GNUmakefile Add GNUmakefile to trigger build scripts 2024-02-24 15:44:27 +01:00
NEWS Release 2.1.28 2024-04-17 09:10:08 +02:00
README Update README file 2024-04-17 09:09:42 +02:00
TODO Add TODO note in regards to sqlc usage 2024-04-11 23:42:30 +02:00
announcer.go Change license for future updates to GPL-3.0 2024-02-23 14:17:12 +01:00
config.go Run the scheduler at fixed intervals 2024-04-11 23:10:43 +02:00
doc.go Change license for future updates to GPL-3.0 2024-02-23 14:17:12 +01:00
feed.go Change license for future updates to GPL-3.0 2024-02-23 14:17:12 +01:00
go.mod Replace mattn/go-sqlite3 with modernc.org/sqlite 2024-04-11 23:39:51 +02:00
go.sum Replace mattn/go-sqlite3 with modernc.org/sqlite 2024-04-11 23:39:51 +02:00
spool.go Replace mattn/go-sqlite3 with modernc.org/sqlite 2024-04-11 23:39:51 +02:00
videodog.go Increase the cron interval to 1 hour 2024-04-17 09:08:32 +02:00

README

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