Python script that updates your GitHub Bio with your coding time of the day.
- Clone the repo
- Install python and it's requests library
- Get your API keys from the following links:
- GitHub Token - Requires
user
scope - WakaPi API Key
- GitHub Token - Requires
- Start
py main.py
python3 main.py
with the following environmental variables:
"WAKAPI_API_KEY": "",
"GITHUB_API_KEY": "",
"WAKAPI_URL": "https://wakapi.dev" # without trailing "/"