GitHub Trending

June 22, 2026View on GitHub

Mode: 馃寪 Public 路 Domain: github.com

Commands

CommandDescription
opencli github-trending reposList repositories from GitHub Trending

Usage Examples

# Daily trending repositories
opencli github-trending repos --limit 10

# Weekly Rust trending repositories
opencli github-trending repos --language rust --since weekly --limit 10

# Language slugs are URL-encoded before calling github.com/trending
opencli github-trending repos --language "c++" --since monthly -f json

Arguments

ArgumentDescription
--sinceTime range: daily, weekly, or monthly (default: daily)
--languageOptional GitHub Trending language slug, for example python, rust, or c++
--limitNumber of repositories to return, 1-25

Output Columns

rank, repo, description, language, stars, forks, starsSince, url

Notes

  • This command reads the public server-rendered https://github.com/trending page. GitHub does not expose an official REST endpoint for Trending.
  • It does not use the logged-in GitHub browser session and does not call gh.
  • Parser drift is treated as a command execution error. A true empty result requires GitHub's explicit empty-state page.