News aggregator bot — RSS parsing + Telegram digest
Automatic news aggregator that parses RSS feeds from multiple sources and sends a digest to Telegram every hour.
What is included:
— RSS parsing (TechCrunch, BBC Tech, BBC Business, BBC World)
— Deduplication via SQLite — each article is sent once
— APScheduler: runs every hour + immediately on startup
— Grouping by categories: Tech / Business / World
— Delivery to any Telegram chat or channel
— run.py — wrapper with auto-restart and crash logging
— Easy to add a new source — one line in feeds.py
#Python #Telegram Bot API #RSS #SQLite #Automation
What is included:
— RSS parsing (TechCrunch, BBC Tech, BBC Business, BBC World)
— Deduplication via SQLite — each article is sent once
— APScheduler: runs every hour + immediately on startup
— Grouping by categories: Tech / Business / World
— Delivery to any Telegram chat or channel
— run.py — wrapper with auto-restart and crash logging
— Easy to add a new source — one line in feeds.py
#Python #Telegram Bot API #RSS #SQLite #Automation