Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xditya/youtubefeeds
Get new YouTube video notifications, from multiple YouTube channels, on multiple telegram chats!
https://github.com/xditya/youtubefeeds
feed notif rss telegram youtube youtubenotify
Last synced: 3 days ago
JSON representation
Get new YouTube video notifications, from multiple YouTube channels, on multiple telegram chats!
- Host: GitHub
- URL: https://github.com/xditya/youtubefeeds
- Owner: xditya
- Created: 2021-07-23T15:51:28.000Z (over 3 years ago)
- Default Branch: deno
- Last Pushed: 2023-07-09T21:28:43.000Z (over 1 year ago)
- Last Synced: 2024-08-09T13:15:56.343Z (3 months ago)
- Topics: feed, notif, rss, telegram, youtube, youtubenotify
- Language: TypeScript
- Homepage: https://youtube.com/@xditya
- Size: 23.4 KB
- Stars: 55
- Watchers: 3
- Forks: 40
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YouTubeFeeds - YouTube Notifications
Get notifications in direct your telegram channel or group or DM once a new
video is uploaded by your favourite YouTube creator(s)!
# Deploying
1. Fork (and star) the repository.
2. Head on to [deno deploy](https://dash.deno.com), and connect with your
GitHub.
3. Search for "YouTubeFeeds", choose the `deno` branch, and select automatic
deployments, and the file "serverless.ts".
4. Add the variables `BOT_TOKEN`, `OWNERS`, `REDIS_URI`, `REDIS_PASSWORD` and
hit "Link".
5. Once deployed, copy the deployment URL, and open
`https://api.telegram.org/bot/setWebhook?url=/`
(without < and >) and hit enter.> You would get a message saying webhook was set. Voila, the bot is up and
> running!# Using the bot
- Open a telegram chat with the bot, and send `/start` to check if it's working.
- Use the command `/add` to add a youtube channel to your feed. You can add by
using the old youtube channelId links
(`/add https://www.youtube.com/channel/UCykFIBKkj5ce3SggtaYSwtQ`) as well as
the new channel username feature (`/add @xditya`).
- Use `/list` to view and remove added channels from the chat to stop receiving
notifications.# What's New?
Other than the bot supporting the new YouTube username feature, one deployed bot
can now be used in multiple telegram chats to get notifications from multiple YouTube
channels (unlike what it was before).# Support Me
- [Subscribe to my YouTube channel](https://youtube.com/@xditya), it's free!
- [Donate for my works](https://github.com/sponsors/xditya).# Connect with me
- [Telegram Channel](https://t.me/BotzHub)
- [Telegram Chat](https://t.me/BotzHubChat)