A very unofficial python script to read current data from a TimeFlip device (https://timeflip.io/)
./timeflip.py --address "TIMEFLIP_BLUETOOTH_ADDRESS" -o OUTPUT.CSV
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)
Thanks to Pierre Beaujean for doing the hard work