Skip to content

Instantly share code, notes, and snippets.

@jhunt
Created September 29, 2018 17:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhunt/7a92169d2d7cef85ae72f9af6e80964a to your computer and use it in GitHub Desktop.
Save jhunt/7a92169d2d7cef85ae72f9af6e80964a to your computer and use it in GitHub Desktop.

Most active GitHub users (git.io/top)

The count of contributions (summary of Pull Requests, opened issues and commits) to public repos at GitHub.com from Fri, 29 Sep 2017 17:55:27 GMT till Sat, 29 Sep 2018 17:55:27 GMT.

Only first 1000 GitHub users according to the count of followers are taken. This is because of limitations of GitHub search. Sorting algo in pseudocode:

githubUsers
  .filter(user => user.followers > 1000)
  .sortBy('contributions')
  .slice(0, 256)

Made with data mining of GitHub.com (raw data, script) by @paulmillr with contribs of @lifesinger and @ahmetalpbalkan. Updated once per week.

# User Contribs Location Picture

Top 10 users from this list by other metrics:

  • Followers:
  • Organisations:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment