garmin-connect-export
garmin-connect-export copied to clipboard
Download a copy of your Garmin Connect data, including stats and GPX tracks.
Posting in case helpful. For a recent activity of mine, which I added to Connect manually, no GPX is available (see screenshot). Therefore with command-line defaults, ``` Traceback (most recent...
Hi, I tried downloading a tcx file using this script. When doing so, I get a very different TCX file than the one I get when downloading the tcx file...
hello, it's not an issue per say But after I failed for hours to implements login to garmin connect through python requests for a little upload .fit files cli I'm...
Hi, I'm using latest version of script. I get `raise Exception('Failed. Got an unexpected HTTP error (' + str(e.code) + ').') Exception: Failed. Got an unexpected HTTP error (503).` when...
I've written a few new functions based on your code and, in the process, restructured the code to make it easier to reuse. You can now reverse the retrieval order,...
Would it be possible for this script to correct the timestamp on the saved files to match the original dataset's timestamp? (ie. event start time)
Hey, first of all thanks for the nice tool! I've been using it for some months now. Unfortunately, since yesterday(?) I get the following error regardless of the parameters I...
Solves the issues reported in #18 (gpx and tcx download) and #21 (authentication broken). Tested with GPX, TCX and Original I'm aware that the issues has been solved on another...
only verified working with tcx files. gpx endpoint still results in HTTP error 410
I see that the script only pulls GPX data up to the 100th most recent activity. I also understand that Garmin only allows up to 100 downloads at one time....