-
Notifications
You must be signed in to change notification settings - Fork 459
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some repos may be not included in top stars by mistake #9
Comments
Now I use these three API to get most stars or forks repository: Most stars:
Most forks:
Most language stars (e.g., Python):
And Sometimes these apis just not return right repos (some repos may be left out). For example, now I get most Python stars repo is You can try it by yourself to see this issue. I don't know why this happens so far. But I will try to fix this issue in the future and update here. |
An example of this issue I found is https://github.com/sindresorhus/awesome |
Since 2021-08-20 commit I have changed the query method from |
Still there are many repos that are not listed in the list. A simple comparison between https://github.com/search?q=stars%3A%3E30000+language%3APython&type=Repositories&ref=advsearch&l=Python&l= and https://github.com/EvanLi/Github-Ranking/blob/master/Top100/Python.md |
I find that when I query the GraphQL API, sometimes it just returns the wrong results. Here is an example, you can try it yourself on GraphQL API Explorer
I tried three times, here are the results: All three times have different data. I don't know why this happened yet, and I have no idea how to fix it. If anyone finds the solution, please tell me. Thanks! |
So many projects are ignored
The text was updated successfully, but these errors were encountered: