Zero-dependency GitHub trending analysis CLI. One file. No install. Pure Python.
A single Python script that shows you what's trending on GitHub right now. No API keys, no dependencies, no BS.
$ python3 github_radar.py --daily --top 3
π GitHub Radar β 2026-03-28
π₯ θΏε»24ε°ζΆ Stars ε’ιΏζεΏ« Top 3
1. openclaw/openclaw β338672 | π΄66582 | π»TypeScript
Your own personal AI assistant. π¦
https://github.com/openclaw/openclaw
2. torvalds/linux β225354 | π΄61241 | π»C
Linux kernel source tree
https://github.com/torvalds/linux
git clone https://github.com/zelocolo/github-radar.git
cd github-radar
python3 github_radar.pyThat's it. No pip install. No config files. Just run it.
# Daily trending (default)
python3 github_radar.py --daily
# Weekly trending
python3 github_radar.py --weekly
# New projects only
python3 github_radar.py --new
# Filter by language
python3 github_radar.py --lang python --top 5
# Combine options
python3 github_radar.py --daily --top 10 --lang rust- π Zero dependencies β Just Python 3.8+ and internet
- β‘ Fast β Results in seconds
- π§ Integrable β Perfect for cron jobs, CI/CD, chatbots, newsletters
- π¦ Single file β 4KB, copy anywhere
- π° Daily tech newsletter β Feed it into your newsletter pipeline
- π€ Chat bot integration β QQ, Telegram, Discord bots
- π Trend analysis β Track what's hot over time
- π Project discovery β Find your next open source contribution
0 8 * * * python3 /path/to/github_radar.py --daily --top 10 >> /var/log/github-radar.logpython3 github_radar.py --daily > today-trending.mdMIT β Do whatever you want with it.