You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Create a leaderboard of github contributors for all the repos of a user/org
7
+
(Contributor with highest # of contributions at the top)
8
+
9
+
Run `node contributors.js` from your terminal
10
+
11
+
This will
12
+
* Fetch data from Github APIs and prepare a leaderboard of all the contributors to (default "Git-Commit-Show" org) the user or org you mention in `contributors.js`
13
+
* Save the leaderboard in a csv file in the same folder
14
+
15
+
You will hit the API limits soon. To increase API limits, add GITHUB_PERSONAL_TOKEN in `contributors.js`
0 commit comments