garmin-connect-export
garmin-connect-export copied to clipboard
How to download past 100th most recent activity?
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. How do I edit the script, or can you post an edited script that allows me to enter a range of indices (e.g. 300 - 400 [for the 300th to 400th most recent activities]) so that I can download all of my activities. Thanks
The documentation says:
Examples: python gcexport.py --count all will download all of your data to a dated directory.
Does this work for you?
--count all works for the first 100 activities... but there after, the activities are loaded (VERY slowly), without the GPX files being attached. I was thinking it was because Garmin limits the export to only 100 activities at a time.