garmin-connect-export
garmin-connect-export copied to clipboard
Download a copy of your Garmin Connect data, including stats and GPX tracks.
The script fails for me with the following error message: urllib2.URLError: I'm using Debian Squeeze with an up-to-date ca-certificates package and have no trouble accessing connect.garmin.com via my browser with...
Max. Elevation values are being written to the Min. Elevation columns in the CSV. The two lines at https://github.com/kjkjava/garmin-connect-export/blob/master/gcexport.py#L277-L278 need to replace maxElevation with minElevation. I've made this change on...
I get an an error when extracting the downloaded zip file of a manually created event, where I (for example) forgot to add the event type. The downloaded zip file...
JSON format does not download any file, but saves all the metadata received about activities in a .json file. This is useful to load all the metadata for analysis using...
The URL containing all activities (statistics) returns 0 results. File "/usr/src/app/garmin_connect_export/gcexport.py", line 1218, in main total_to_download = int(userstats_json['userMetrics'][0]['totalActivities']) KeyError: 'userMetrics' login to garmin successds though. Does anyone experience the same...