π¦ ClawHub
GitHub Trending Scraper
by @yes999zc
Scrape GitHub Trending repos into structured JSON. Use when the user asks about GitHub trending, hottest repos, trending repositories, what's popular on GitH...
π‘ Examples
# All languages, today, top 25
python3 scripts/github_trending.pyPython repos, this week, top 10
python3 scripts/github_trending.py --language python --since weekly --top 10Save to file
python3 scripts/github_trending.py -o /tmp/github-trending.json
βοΈ Configuration
| Flag | Short | Default | Description |
|------|-------|---------|-------------|
| --language | -l | all | Filter by language (python, rust, go, javascript, etc.) |
| --since | -s | daily | Time range: daily, weekly, monthly |
| --top | -n | 25 | Number of repos to return |
| --output | -o | stdout | Output file path |
| --compact | | | Minified JSON output |
π Tips & Best Practices
sponsors/username) may show 0 stars/forks due to GitHub page structureTERMINAL
clawhub install github-trending-scraper