A Discord bot for notifying when new videos are added to a YouTube playlist
- yp!set [playlistId] to set the playlist checked by the bot. This will be checked every 30 minutes.
- yp!get to manually check for uploads to the playlist
- yp!channel to set the output channel to the channel this command was sent from
- Go to https://discordapp.com/developers/applications/ and create a new application
- Click "BOT" on the sidebar and add a bot
- Copy the TOKEN into the discord_token field of auth-template.json
- Go to https://console.developers.google.com/apis/credentials and create a new API key
- Paste the API key into the youtube_key field of auth-template.json
- Rename auth-template.json to auth.json
- Run npm install to install dependencies
- Run npm start to start the bot