Garmin Connect Activities
This repository contains scripts to retrieve and process activity data from Garmin Connect so that it can be explored and analyzed in Excel and visualized in Tableau:
Ensure you have the following installed before using the scripts:
requirements.txt
)git clone https://github.com/bhyman67/Garmin-Connect-Activities.git
cd Garmin-Connect-Activities
pip install -r requirements.txt
There are two ways to run these scripts. Either all of them sequentially. Or only the first and then the last if you want to skip the GPX piece.
Click here to view the code in this project's repository