Created a simple script to send out a Discord notification for a channel's latest video

This commit is contained in:
2022-03-06 22:13:23 -05:00
parent 3cea90739b
commit 1ab911e7df
7 changed files with 2900 additions and 1 deletions

0
config/.gitkeep Normal file
View File

View File

@ -0,0 +1,8 @@
youtube:
api_key: "supersecretyoutubeapiky"
channel_id: "mychannelid"
discord:
api_key: "supersecretdiscordapikey"
announcement_channel: "general"
message_template: "Hey @everyone {name} has just released a new video over on YouTube! Go check it out! {link}"