Skip to content

Simple and easy to use discord bot to notify members whenever a video is posted on a YouTube channel.

License

Notifications You must be signed in to change notification settings

twlite/youtube-notification-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Youtube Notification Bot

Simple and easy to use discord bot to notify members whenever a video is posted on a YouTube channel.

Packages Used

config.js

module.exports = {
    token: "YOUR_DISCORD_BOT_TOKEN", // discord bot token
    channel: "DISCORD_CHANNEL_ID", // channel id of a channel to send message
    messageTemplate: "Hello @everyone, **{author}** just now uploaded a video **{title}**!\n{url}", // message to send on discord
    channel_id: "YOUTUBE_CHANNEL_ID", // youtube channel id
    watchInterval: 30000 // Check every 30 seconds
};

About

Simple and easy to use discord bot to notify members whenever a video is posted on a YouTube channel.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages