-
Create and activate a virtual environment:
python3 -m venv venv source venv/bin/activate -
Install dependencies:
pip install -r requirements.txt
-
Create a
.envfile in the project root with:GITHUB_TOKEN=your_personal_access_token
Run the script:
python equalify-github-stats.py