Skip to content

A very unofficial python script to read current data from a TimeFlip device (https://timeflip.io/)

License

Notifications You must be signed in to change notification settings

shodgson/timeflip_tracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

timeflip_tracking

A very unofficial python script to read current data from a TimeFlip device (https://timeflip.io/)

Usage

./timeflip.py --address "TIMEFLIP_BLUETOOTH_ADDRESS" -o OUTPUT.CSV

Description

When the TimeFlip device is connected, each turn of the device will trigger a notification. This will be logged in the output.csv file with four fields:

  • Starting timestamp
  • Activity name (as set in the activities array)
  • Ending timestamp
  • Duration (in seconds)

Credit

Thanks to Pierre Beaujean for doing the hard work

About

A very unofficial python script to read current data from a TimeFlip device (https://timeflip.io/)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages