1
0
Fork 0
Announces new YouTube videos over a Discord webhook
Go to file
Dani Rodríguez 15b9bcf064 Release videodog 1.1.13 2024-02-24 15:49:52 +01: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 videodog 1.1.13 2024-02-24 15:49:52 +01: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 videodog 1.1.13 2024-02-24 15:49:52 +01:00
README Reorganice documentation files 2024-02-23 14:49:27 +01:00
TODO Update to Go 1.22, including deps 2024-02-24 15:43:40 +01:00
announcer.go Change license for future updates to GPL-3.0 2024-02-23 14:17:12 +01:00
config.go Change license for future updates to GPL-3.0 2024-02-23 14:17:12 +01: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 Update to Go 1.22, including deps 2024-02-24 15:43:40 +01:00
go.sum Update to Go 1.22, including deps 2024-02-24 15:43:40 +01:00
spool.go Change license for future updates to GPL-3.0 2024-02-23 14:17:12 +01:00
videodog.go Change license for future updates to GPL-3.0 2024-02-23 14:17:12 +01: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> [-interval <int>] [-noannounce]

Parameters:

	-config string
	  The config file to use
	-interval uint
	  The interval between checks (default 20)
	-noannounce
	  Don't announce the videos

For more information, check the package help using the command:

	go doc gopkg.makigas.es/videodog