Skip to content

rastos/Mi-Fit-and-Zepp-workout-exporter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Python script which allows users to export workout data from Mi Fit and Zepp applications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%