How to find out "The most popular repositories" on Github?

Github

Github Problem Overview


Once upon a time, we can watch the most popular repositories (Most forked or Most watched) at this page (https://github.com/popular/watched) of Github. like this:

img

But now when you try to explore repos, you can only see the Top 25 trending repositories. like this: https://github.com/trending

Why Github change this, and is there any way to find out the list of the most popular repos?

Github Solutions


Solution 1 - Github

Ranking by stars or forks is not working. Each promoted or created by a famous company repository is popular at the beginning. Also it is possible to have a number of them which are in trend right now (publications, marketing, events). It doesn't mean that those repositories are useful/popular.

The gitmostwanted.com project (repo at github) analyses GH Archive data in order to highlight the most interesting repositories and exclude others. Just compare the results with mentioned resources.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionwikyView Question on Stackoverflow
Solution 1 - GithubKonstantin KamkouView Answer on Stackoverflow