42 log time counter.
Currently only counts log time for the current week.
You need to have python and requests installed
pip install requestsRegister a new application in your intra here, then provide the credentials from environment variables.
export FT_UID=<api-uid>
export FT_SECRET=<api-secret>
# optional
export FT_USER=<intra-name>
python3 time.py
# alternatively
python3 time.py <intra-name>