Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 415 Bytes

File metadata and controls

19 lines (13 loc) · 415 Bytes

Rowing Data

Scraping tool to download 10 years of workout history as *.fit files. You will be all able to download them in Garmin Connect.

Usage

It is preferable to use the script inside a Python virtual environment:

python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install --upgrade requests

Example:

python retrieveHistory.py myUser myPassword ${HOME}/Downloads