Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fc5570/discord-youtube-notifier-bot-v2
A discord bot which notifies the people of your server when someone uploads a video on their youtube channel. Uses PubSubBubHub
https://github.com/fc5570/discord-youtube-notifier-bot-v2
Last synced: 11 days ago
JSON representation
A discord bot which notifies the people of your server when someone uploads a video on their youtube channel. Uses PubSubBubHub
- Host: GitHub
- URL: https://github.com/fc5570/discord-youtube-notifier-bot-v2
- Owner: FC5570
- License: mit
- Created: 2021-04-02T14:44:15.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-14T02:28:07.000Z (about 2 years ago)
- Last Synced: 2024-11-11T18:14:50.344Z (2 months ago)
- Language: JavaScript
- Size: 47.9 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Discord-Youtube-Notifier-Bot-V2
A bot which notifies your server when a mentioned channel uploads a video. Much faster than the previous bot. Please make sure to star the repo if it helped you.
## Setup
1. Fill all the necessary details in the `config.json` file. Read below for more info about the config.
2. Install all the dependencies using `npm i` or `npm install`.
3. Start the bot using `node index.js`
## Configuration
1. `token`: The discord bot token. Can be found [here](https://discord.com/developers)
2. `youtubeChannels`: An array of youtube channel IDs to listen to for new videos. Any new videos uploaded on these channels will be posted in the Discord Channel.
3. `discordChannel`: The Discord Channel ID to send notifications to.
4. `hubURI`: Your ip/domain name that will be used as a callback URL by Pubsubhubbub. It must be in a URL format, example: 'https://example.com/'. If you don't have a domain, you can use `http://ip:port` as the hubURI.
5. `port`: The port the pubsubhubbub server will listen on.
### If you need any help, please contact me on Discord: FC#5104.