Python script for writing text on Github contribution chart.
- Python 3.X
-
Create repository
-
Put
main.py
into repository -
Modify
TEXT
inmain.py
.- Supported characters:
a, b, c, ..., x, y, z
,,
(dot), - Maximum number of characters: 10
- Supported characters:
-
Modify
MIN_CONTRIB
to the largest number of contribution in 2021 or expected contributions in 2022. -
Install dependencies
pip install -r requirements.txt
-
Run script. This will create git commits locally
python main.py
-
Push commits to Github
git push origin main
Apache License Version 2.0, see LICENSE