Skip to content

Commit

Permalink
initial readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gitcommitshow authored Jul 27, 2022
1 parent 191f73c commit a0d5333
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
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`

0 comments on commit a0d5333

Please sign in to comment.