This repository contains an example Python implementation for the article https://rolandszabo.com/reverse-engineering/mi-fit/export-mi-fit-and-zepp-workout-data.
The script depends on the requests
package.
pip install -r requirements.txt
The script downloads all workout data and it also creates corresponding .gpx files for convenience.
main.py [-h] -t TOKEN [-o OUTPUT_DIRECTORY]
The .gpx conversion is based on Miroslav Bendík's MiFitDataExport project.