Leaderchalk is what writes on Leaderboard
- Node.js
- Add the api key and app name in
lib/keys.json
. - (Optional) Edit the country and limit in config.json.
- Run the app by
./run.sh <YOUR GITHUB USERNAME> <YOUR GITHUB PASSWORD>
.
You can also setup your github credentials in
index.js
underGITHUB_USERNAME
andGITHUB_PASSWORD
variables as well. You, then, need not supply github credentials via the command line. Simply doing./run.sh
will do the job.