Skip to content

Latest commit

 

History

History
23 lines (22 loc) · 613 Bytes

README.md

File metadata and controls

23 lines (22 loc) · 613 Bytes

Install

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)'

config

cp config.conf.sample config.conf

then add your client_id and client_secret from 42 API

usage

python logtime_tracking.py

know issues

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)