Skip to content

Simple tool to retrieve your Concept2 workouts as fit files without API key.

Notifications You must be signed in to change notification settings

akrylik/rowing-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple tool to retrieve your Concept2 workouts as fit files without API key.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages