如何在Github上找到“最受欢迎的存储库”? [关闭]

本文翻译自:How to find out “The most popular repositories” on Github? [closed]

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. 曾几何时,我们可以在Github的此页面( https://github.com/popular/watched )上观看最受欢迎的存储库(最常见或最受关注)。 like this: 像这样:

如何在Github上找到“最受欢迎的存储库”? [关闭]

But now when you try to explore repos, you can only see the Top 25 trending repositories. 但是现在,当您尝试浏览存储库时,您只能看到前25个趋势存储库。 like this: https://github.com/trending 像这样: https : //github.com/trending

Why Github change this, and is there any way to find out the list of the most popular repos? 为什么Github改变了这一点,有什么方法可以找出最受欢迎的回购清单?


#1楼

参考:https://stackoom.com/question/1LJKq/如何在Github上找到-最受欢迎的存储库-关闭


#2楼

If you want most forks, do it like this: 如果您想要大多数货叉,请按照以下步骤操作:

Most Forks 大多数叉子

And most starred: 最出演的是:

Most Starred 最高星级


#3楼

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. gitmostwanted.com项目( 在github上仓库 )分析了GH Archive数据,以便突出显示最有趣的存储库并排除其他存储库。 Just compare the results with mentioned resources. 只需将结果与提到的资源进行比较即可。