Reddit Keyword Alert Bot
$9+
https://schema.org/InStock
usd
Fausto Santos
Reddit Keyword Alert Bot
Monitor any subreddit for keywords and get instant Telegram pings or run a scheduled scraper that dumps matching posts into CSV.
Features
- No Reddit API key – uses public JSON endpoints.
- Instant Telegram alerts – optional, dead easy to set up.
-
CSV-friendly output – pipe stdout or run with
--onceand redirect. -
Lightweight –
requestsonly.
Quick Start
pip install -r requirements.txt
python reddit_keyword_alert.py --subs python+opensource --kw openai,gpt --telegram 123456:ABCDEF... --chat -100123456789
Run without --telegram/--chat to just print results.
Use --once to run a single pass (good for cron) or omit to poll every 15 min (change with --interval).
Cron example (daily at 8 AM)
0 8 * * * /usr/bin/python /path/reddit_keyword_alert.py --subs python --kw hiring > /home/user/hiring_posts.csv
License
MIT – see LICENSE.
You’ll get a lightweight script that scans subreddits for keywords and pings you on Telegram (or CSV) instantly.
Size
3.01 KB
Add to wishlist