A simple web scraper to extract the history of measurements from MyFitnessPal. This leverages the "Edit Previous Entires" page within the Check-In section of the website. This script outputs the data in a comma separated file, sorted by date. It automatically detects and pulls all metrics entered by the user from the Check-In page.
This script requires
This may work with other versions, but has only been tested on those specific libraries
To install dependencies, you can run the following statement in your command line
pip install pandas lxml requests
To run this script, execute it from the command line and provide requested details for Username, Password and Output File Name at the prompt
python mfp_scraper.py