Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ezzud/simple-youtube-discord-webhook
Simple program to automatically send a Discord webhook when a new youtube video is posted on a youtube channel
https://github.com/ezzud/simple-youtube-discord-webhook
discord discord-notification discord-webhook notification webhook youtube youtube-api youtube-notification youtube-video youtube-webhook
Last synced: 6 days ago
JSON representation
Simple program to automatically send a Discord webhook when a new youtube video is posted on a youtube channel
- Host: GitHub
- URL: https://github.com/ezzud/simple-youtube-discord-webhook
- Owner: Ezzud
- Created: 2023-07-14T15:46:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-14T16:02:23.000Z (over 1 year ago)
- Last Synced: 2024-10-12T19:42:49.485Z (about 1 month ago)
- Topics: discord, discord-notification, discord-webhook, notification, webhook, youtube, youtube-api, youtube-notification, youtube-video, youtube-webhook
- Language: JavaScript
- Homepage: https://ezzud.fr
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Youtube Discord Webhook
Simple program to automatically send a Discord webhook when a new youtube video is posted on a youtube channel![Example Screenshot](https://cdn.discordapp.com/attachments/1110215233408073779/1129441638389907537/2leZkG7.png)
## Requirement
- NodeJS v18+**How to create a Discord Webhook and get the URL: https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks**
**How to get a Youtube Channel ID: https://www.streamweasels.com/tools/youtube-channel-id-and-user-id-convertor/**
## Configuration
- Edit on `config.json`:
- Change "Youtube Channel ID" by the channel ID you want to track
- Change "Discord Webhook URL" by the Discord webhook URL you want to use
- Change "Youtube" by the username the webhook will have
- Change "https://img.freepik.com/icones-gratuites/youtube_318-194847.jpg" by the image URL the webhook will have as avatar
- ⚠ Do not change texts **%VIDEO_TITLE%** and **%VIDEO_URL%**, they will be replace by the Video Title and the Video URL.
You can still change the rest of the message## Launch the program
- For Windows Users: Open `start.bat` file
- For Linux Users: Open `start.sh` file