Created a simple script to send out a Discord notification for a channel's latest video
This commit is contained in:
0
config/.gitkeep
Normal file
0
config/.gitkeep
Normal file
8
config/config.example.yaml
Normal file
8
config/config.example.yaml
Normal 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}"
|
Reference in New Issue
Block a user