coddingtonbear / python-myfitnesspal

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

Support for viewing diaries of friends #104

Closed coddingtonbear closed 3 years ago

coddingtonbear commented 4 years ago

Apparently you can access the diaries of others by going to a URL like "https://www.myfitnesspal.com/food/diary/" instead of the default diary URL. It looks like adding support for viewing the diaries of others would be very easy & I might as well do that.

coddingtonbear commented 3 years ago

Fixed as part of #106.