Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 380 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 380 Bytes

Absence.io time tracker helper

Install

  • git clone
  • run pip --user install -r requirements.txt
  • change the following in track.py with your absence.io API credentials
USER_ID = '<user_id>'
API_KEY = '<api_key>'
TIMEZONE_NAME = 'CET'
TIMEZONE = '+0100'

Run

  • run python3 track.py start to start tracking
  • run python3 track.py stop to stop tracking