coddingtonbear / python-myfitnesspal

Access your meal tracking data stored in MyFitnessPal programatically
MIT License
794 stars 136 forks source link

Feature request: Steps count #87

Closed allthemore closed 4 years ago

allthemore commented 4 years ago

Please add possibility to access daily steps count if steps were syncronized to mfp from other device.

coddingtonbear commented 4 years ago

Totally -- post a pull request adding this, and we can discuss it from there! Like many small projects, you'd have to take on maintainership of that functionality, of course, given that the way we integrate with myfitnesspal is extremely brittle (relying almost entirely on UI scraping).

Good luck, and let me know if you need a hand with figuring out where to get started.

Cheers!

allthemore commented 4 years ago

It would be great if you could give me some hints on how to start working with this issue.

Thanks!