All Projects → xditya → YouTubeFeeds

xditya / YouTubeFeeds

Licence: other
Get new youtube video notifs, on telegram!

Programming Languages

python
139335 projects - #7 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to YouTubeFeeds

Rssbot
Lightweight Telegram RSS bot for notifications only. 用于消息通知的轻量级 Telegram RSS 机器人
Stars: ✭ 952 (+3182.76%)
Mutual labels:  rss, telegram, feed
Infomate.club
RSS feed collections with article summarization
Stars: ✭ 255 (+779.31%)
Mutual labels:  rss, telegram, feed
vuepress-plugin-feed
RSS, Atom, and JSON feeds generator plugin for VuePress 1.x
Stars: ✭ 46 (+58.62%)
Mutual labels:  rss, feed
awesome-feeds
A curated list of tech, machine learning, biz and etc... feeds
Stars: ✭ 25 (-13.79%)
Mutual labels:  rss, feed
podpodge
Convert YouTube playlists to audio-only RSS feeds for podcast apps to consume.
Stars: ✭ 32 (+10.34%)
Mutual labels:  rss, youtube
podcast-feed-parser
A highly customizable package for fetching and parsing podcast feeds into simple and manageable JavaScript objects. For use with node or in the browser.
Stars: ✭ 39 (+34.48%)
Mutual labels:  rss, feed
f43.me
A more readable & cleaner feed
Stars: ✭ 60 (+106.9%)
Mutual labels:  rss, feed
meta-extractor
Super simple and fast html page meta data extractor with low memory footprint
Stars: ✭ 38 (+31.03%)
Mutual labels:  rss, feed
web-front-end-rss
📙 根据 RSS 抓取最新前端技术文章,来源:前端早读课、前端大全、前端之巅、淘宝前端、张鑫旭博客、凹凸实验室等
Stars: ✭ 24 (-17.24%)
Mutual labels:  rss, feed
feedsearch-crawler
Crawl sites for RSS, Atom, and JSON feeds.
Stars: ✭ 23 (-20.69%)
Mutual labels:  rss, feed
overflow-news
📚 Don't waste time searching for good dev blog posts. Get the latest news here.
Stars: ✭ 32 (+10.34%)
Mutual labels:  rss, feed
baRSS
Menu Bar RSS reader for macOS
Stars: ✭ 39 (+34.48%)
Mutual labels:  rss, feed
laminas-feed
Consume and generate Atom and RSS feeds, and interact with Pubsubhubbub.
Stars: ✭ 97 (+234.48%)
Mutual labels:  rss, feed
this-american-life-archive
Unofficial RSS feed for the podcast "This American Life" with episodes 1 to current
Stars: ✭ 19 (-34.48%)
Mutual labels:  rss, feed
feed2email
RSS/Atom feed updates in your email
Stars: ✭ 37 (+27.59%)
Mutual labels:  rss, feed
RSS-to-Telegram-Bot
A Telegram RSS bot that cares about your reading experience
Stars: ✭ 482 (+1562.07%)
Mutual labels:  rss, feed
watch-rss
Subscribe your watched GitHub Repository's releases as RSS feeds on Inoreader
Stars: ✭ 24 (-17.24%)
Mutual labels:  rss, feed
html2rss-web
🕸 Generates and delivers RSS feeds via HTTP. Create your own feeds or get started quickly with the included configs.
Stars: ✭ 36 (+24.14%)
Mutual labels:  rss, feed
cakephp-feed
CakePHP Plugin with RssView to create RSS feeds.
Stars: ✭ 13 (-55.17%)
Mutual labels:  rss, feed
osmosfeed
Turn GitHub into an RSS reader
Stars: ✭ 839 (+2793.1%)
Mutual labels:  rss, feed

YouTube Feeds Bot.

Send notification to your telegram group/channel/private whenever a new video is uploaded on a youtube channel!

Variables

  • BOT_TOKEN - Your telegram bot token.
  • REDIS_URL - Redis Database URL.
  • REDIS_PASSWORD - Redis Database Password.
  • CHANNEL_ID - YouTube channel id, eg: UCykFIBKkj5ce3SggtaYSwtQ
  • CHATS - Chat id(s) split by space, to send notifications to.
  • TIME_DELAY - Interval between checks, in seconds. defaulted as 7200 (2hrs)

Deploying

This can be deployed to any platform.

  • Click to deploy to Heroku
  • Qovery:
    Redis url and password need not be added manually and qovery db can be used.
  • Locals:
    git clone https://github.com/xditya/YouTubeFeeds && cd YouTubeFeeds
    pip install -r req*
    touch .env && nano .env - fill up your vars.
    python bot.py

Credits

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].