Monthly RSS feed of the top 50 trending GitHub repositories, auto-generated and hosted on GitHub Pages.
Add this URL to your RSS reader:
https://byoungs.github.io/github-trending-rss/feed.xml
A GitHub Actions workflow runs on the 1st of each month:
- Fetches trending repos from the OSS Insight API
- Enriches each repo with license and total star count via the GitHub REST API
- Sends the structured data to Claude Sonnet for categorization and summary writing
- Prepends a new
<item>tofeed.xmland pushes tomain
GitHub Pages serves the updated feed automatically.
Each monthly item covers ~50 repos grouped by category (AI/ML, DevTools, Infrastructure, etc.) with repo links, language, license, star count, and a short summary.
uv sync # Install dependencies
uv run pytest # Run tests
uv run ruff check src/ tests/ # Lint
uv run python -m src.main # Run pipeline locally (needs ANTHROPIC_API_KEY)The workflow requires one secret configured in GitHub repo settings:
ANTHROPIC_API_KEY— Anthropic API key for Claude Sonnet