1
0
Fork 0
Announces new YouTube videos over a Discord webhook
Go to file
Dani Rodríguez 1c4f7d0cd5 Release version 2.0.23 2024-04-11 23:52:56 +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 Release version 2.0.23 2024-04-11 23:52:56 +02:00
Dockerfile Update to Go 1.22, including deps 2024-02-24 15:43:40 +01:00
GNUmakefile Add GNUmakefile to trigger build scripts 2024-02-24 15:44:27 +01:00
NEWS Release version 2.0.23 2024-04-11 23:52:56 +02:00
README Run the scheduler at fixed intervals 2024-04-11 23:10:43 +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 Add -checkstart flag 2024-04-11 23:40:40 +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]

Parameters:

	-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