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
userscope - WakaPi API Key
- GitHub Token - Requires
- Start
py main.pypython3 main.pywith the following environmental variables:
"WAKAPI_API_KEY": "",
"GITHUB_API_KEY": "",
"WAKAPI_URL": "https://wakapi.dev" # without trailing "/"