Open ck-on opened 8 years ago
+1: I too would like this data.
@ck-on did your approach work for you?
@ck-on I think this repo currently only parse .gpx and .csv file formats. As you saw, the summary export where sleep data is available is only as .fit files. Maybe this package can be incorporated into this tool: https://github.com/dtcooper/python-fitparse
Garmin makes sleep data (part of the "daily summary") available for export as a zipped fit file.
Would it be possible to make this script also backup that data?
The url garmin connect fetches from is
https://connect.garmin.com/modern/proxy/download-service/files/wellness/2016-08-28
I guess I could make a second copy of the script, edit the variable
url_gc_original_activity
and change/activity/
to/wellness/
and it might work