42_logtime (forked from https://github.com/agadiffe/42_logtime)
pip install -r requirements.txt
also here is an alias to make the command work from everywhere
logtime='(cd ~/42_logtime && exec python ~/42_logtime/logtime_tracking.py)'
cp config.conf.sample config.conf
then add your client_id and client_secret from 42 API
python logtime_tracking.py
you can get wrong logtime if:
- [end_at] are missing (bug should be fix soon from 42 API team)
- you were connected from 2 different location at the same time (i don't handle it yet)