pengwynn - GitHub API. GitHub: 100 GitHub ?
, GitHub SQL- . , , https://bigquery.cloud.google.com/?pli=1, 100 Python 1 2013 (), :
SELECT MAX(repository_forks) as forks, repository_url
FROM [githubarchive:github.timeline]
WHERE (created_at CONTAINS "2013-04-01" and repository_language = "Python")
GROUP BY repository_url
ORDER BY forks
DESC LIMIT 100
Gist CSV, :
forks repository_url
1913 https://github.com/django/django
1100 https://github.com/facebook/tornado
994 https://github.com/mitsuhiko/flask
...