Skip to content

A simple web scraper to extract history of measurements from MyFitnessPal

License

Notifications You must be signed in to change notification settings

DropUser/mfp-measurements-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

mfp-measurements-scraper

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.

Setup

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

Execution

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

About

A simple web scraper to extract history of measurements from MyFitnessPal

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages