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.jsunderGITHUB_USERNAMEandGITHUB_PASSWORDvariables as well. You, then, need not supply github credentials via the command line. Simply doing./run.shwill do the job.