coddingtonbear / python-myfitnesspal

Access your meal tracking data stored in MyFitnessPal programatically
MIT License
789 stars 138 forks source link

Pulling weight data? #137

Closed josh-herman closed 2 years ago

josh-herman commented 2 years ago

Does this API have the ability to pull historical weight data? I don't see it in the source code but maybe I'm missing it.

hannahburkhardt commented 2 years ago

Hi there Josh, You can use get_measurements. Check out the documentation: https://python-myfitnesspal.readthedocs.io/en/latest/how_to/measurements.html