Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 623 Bytes

File metadata and controls

19 lines (14 loc) · 623 Bytes

Mi Fit and Zepp workout exporter

This repository contains an example Python implementation for the article https://rolandszabo.com/reverse-engineering/mi-fit/export-mi-fit-and-zepp-workout-data.

Environment setup

The script depends on the requests package.

pip install -r requirements.txt

Usage

The script downloads all workout data and it also creates corresponding .gpx files for convenience.

main.py [-h] -t TOKEN [-o OUTPUT_DIRECTORY]

Acknowledgements

The .gpx conversion is based on Miroslav Bendík's MiFitDataExport project.