πΎ CodeGrind for GitHub. Compare your stats with friends (commits, PRs, issues, etc.).
First clone the repo:
git clone https://github.com/oliad1/git-grind.git
cd ./git-grindMake sure you have Python 3.11 downloaded, then run the following in your terminal:
pip install -r requirements.txtCreate a .env file and populate it with the secrets in .env.sample.
Once finished, you can execute this to run the bot:
python -m modules.main- /user [username]
- /add [username]
- /remove [username]
- /leaderboard [stat]
To contribute to this project make a new branch, open a PR. Make sure you have a 10.00/10.0 when running pylint .