Skip to content

vivian-tse/github-contribution-leaderboard

 
 

Repository files navigation

Installation

pip3 install pipenv
pipenv install --dev
pipenv shell

Usage

CLI

python stats.py --help
usage: stats.py [-h] -at ACCESS_TOKEN [-m MODE] -u USERS [USERS ...]
                [-s START_DATE] [-e END_DATE]

optional arguments:
  -h, --help            show this help message and exit
  -at ACCESS_TOKEN, --access-token ACCESS_TOKEN
  -m MODE, --mode MODE
  -u USERS [USERS ...], --users USERS [USERS ...]
  -s START_DATE, --start-date START_DATE
                        date format YYYY-mm-dd
  -e END_DATE, --end-date END_DATE
                        date format YYYY-mm-dd

Web

flask run

Contributions

Please read the contribution guide for detailed steps on how to contribute to this project

About

Helps build a Hacktoberfest leaderboard on command line

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 87.5%
  • JavaScript 6.0%
  • CSS 3.1%
  • HTML 2.9%
  • Shell 0.5%