kjkjava / garmin-connect-export

Download a copy of your Garmin Connect data, including stats and GPX tracks.
MIT License
314 stars 134 forks source link

How to download past 100th most recent activity? #17

Open sherfey1 opened 8 years ago

sherfey1 commented 8 years ago

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

MaximMoinat commented 8 years ago

The documentation says:

Examples: python gcexport.py --count all will download all of your data to a dated directory.

Does this work for you?

sherfey1 commented 8 years ago

--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.