Mi-Fit-and-Zepp-workout-exporter icon indicating copy to clipboard operation
Mi-Fit-and-Zepp-workout-exporter copied to clipboard

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

Results 4 Mi-Fit-and-Zepp-workout-exporter issues
Sort by recently updated
recently updated
newest added

Thank you very much for your application! Could you please expand the application by adding functionality to export other data besides the workouts. Such additional data worth exporting is weight...

Wonderful work setting up this repo! I am interesting in extracting both heart-rate and location information. I was able to export all GPS based workouts to GPX. However, for the...

When querying a specific workout in `/v1/sport/run/detail.json`, aside the `longitude_latitude`, `heart_rate`, etc, there is also the `speed` parameter. Would it be possible to support that value as well on the...

Without that changes I got exception ```bash from src.api import Api ModuleNotFoundError: No module named 'src.api' ```