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 Sun, 18 Mar 2012 19:23:53 GMT till Mon, 18 Mar 2013 19:23:53 GMT.
Only first 1000 GitHub users according to the count of followers are taken. Sorting algo in pseudocode:
githubUsers
.filter((user) -> user.followers > 165)
.sortBy('contributions')