-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
191f73c
commit a0d5333
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,15 @@ | ||
# github-contributors | ||
Analyze and archive GitHub repo contributors | ||
|
||
# Usage | ||
|
||
## Create a leaderboard of github contributors for all the repos of a user/org | ||
(Contributor with highest # of contributions at the top) | ||
|
||
Run `node contributors.js` from your terminal | ||
|
||
This will | ||
* 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` | ||
* Save the leaderboard in a csv file in the same folder | ||
|
||
You will hit the API limits soon. To increase API limits, add GITHUB_PERSONAL_TOKEN in `contributors.js` |