RSS Reader Bot
Contents
RSS Reader Bot
A Telegram bot that pulls from your RSS subscriptions and sends you a daily digest.
Problem
I follow 15+ blogs and news sources. I got tired of checking each site manually. One bot, one message per day.
Architecture
RSS feeds → Parser → Deduplication → Digest formatter → Telegram Bot APIKey features
- Add/remove feeds via bot commands (
/add,/remove,/list) - Daily digest at a configured time
- Mark articles as read
- Filter by keyword
Setup
pip install feedparser python-telegram-bot apscheduler
export TELEGRAM_TOKEN=your_token_here
python bot.pyStatus
v1.0.0 — Running in production for 2 months. No issues.

