coddingtonbear / python-myfitnesspal

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

Added food search and item detail fetching functionality #74

Closed pydolan closed 5 years ago

pydolan commented 5 years ago

This PR adds support for:

  1. Searching for food items, using MFP's search for adding food items to the daily diary (modeled from desktop website);
  2. Looking up a food item's details, using MFP's API, as is done by the desktop website when clicking "Nutrition Info" in search results.
coddingtonbear commented 5 years ago

Released as part of 1.13! Thanks @pydolan!