vitalets/github-trending-repos

Track GitHub trending repositories in your favorite programming language by native GitHub notifications!

View on GitHub ↗Jump to charts ↓

Data as of . Signed-in members get hourly updates — create a free account.

Summary Information

Updated 36 minutes ago
Type:Server / PlatformCategory(s):Git & Version ControlDeveloper Tools
Added to GitGenius on September 23rd, 2026
Created on November 1st, 2017
Open Issues & Pull Requests: 108 (+0)
GitHub issues: Enabled
Number of forks: 137
Total Stargazers: 3,008 (+0)
Total Subscribers: 129 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 4.2 hours
Mean response time: 2.7 days
90th percentile: 9.4 days
Tracked items: 7

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 106
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 2,874 days
Stale 30+ days: 12
Stale 90+ days: 7

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 67
Events in 7 days: 70

Top labels

  • trending-weekly (56)
  • trending-daily (49)

Most active issues this week

Sign in to see which issues are moving.
Sign in

Detailed Description

GitHub Trending Repos is a notification service that delivers trending GitHub repositories to your inbox through native GitHub notifications.

The tool solves the problem of staying informed about popular repositories in your programming language without manually checking GitHub's trending page. It works by maintaining a repository with one issue per programming language. A scheduled script runs daily and weekly, fetching the current trending repositories from GitHub for each language and posting the results as comments on the corresponding language issue. Subscribers to these issues receive GitHub notifications containing the trending repositories, either through the web interface or email.

Developers should choose this tool if they want a low-friction way to discover trending projects in their language of interest without relying on external services like RSS feeds or newsletters. The approach integrates directly with GitHub's native notification system, so updates appear alongside other GitHub activity. The service offers both daily and weekly subscription options, allowing users to control notification frequency. It covers multiple programming languages, each with its own dedicated issue for subscription.

The project uses a scheduled automation approach to keep trending data current, running on a fixed schedule to fetch and post updates. The codebase is primarily HTML, suggesting a lightweight implementation focused on the core notification mechanism rather than complex processing logic.