Skip to content
This repository has been archived by the owner on Dec 17, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (19 loc) · 700 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 700 Bytes

About

garmin-wellnessdl is bulk daily wellness *.fit file downloader. After downloading this script automatically unzip downloaded file.

Important

This project is now archived. The wellness download uri/service in the Garmin Connect is not available. (returns 402.)

Prerequisite

Install garminexport; see ref garminexport

Enviroment

I had checked with below conditions.

  • Python 3.10
  • Windows 10, Ubuntu 22

Usage

Commandline like:

python3 garmin-wellnessdl.py your@email --password pwd --start 2023-1-1 --end 2023-1-2 --save /path/to/save

All arguments are all not options. I thing you can guess all arguments by names ;)