pe-st / garmin-connect-export

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

Feature request - export golf scorecards #19

Open kaqpa9 opened 5 years ago

kaqpa9 commented 5 years ago

Hi Peter, thanks for keeping this export scripts alive! Wonder if there is a possibility to include also golf scorecards exporting feature or maybe just outline what URLs are behind the raw data Garmin Connect uses? scorecard_list scorecard Thanks! Appreciate your work. Pavel

pe-st commented 5 years ago

Hello Pavel

I don't play Golf so can't verify this myself, but I suppose that the scorecards are not linked to activities? The script is really built around the activities and would need a major overhaul to extract other information, see also https://github.com/pe-st/garmin-connect-export/issues/17

If the score cards were linked to activities, then there might be hope for you, but it would still take a considerable amount of time (which is always short).

As for the URLs that Garmin Connect uses: your browser might have a developer view where you can see all used URLs in detail; for Firefox this is in the Tools Menu: Web Developer / Network. That's what I use to find URLs if Garmin changes their endpoints ;-)

Hope this helps! Regards, Peter