https://github.com/camdavidsonpilon/mcdata
Repo for data surrounding fast food nutrition and ingredients
https://github.com/camdavidsonpilon/mcdata
Last synced: 12 months ago
JSON representation
Repo for data surrounding fast food nutrition and ingredients
- Host: GitHub
- URL: https://github.com/camdavidsonpilon/mcdata
- Owner: CamDavidsonPilon
- Created: 2015-01-12T00:55:41.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-11-11T20:37:10.000Z (over 7 years ago)
- Last Synced: 2024-05-02T06:13:54.212Z (about 2 years ago)
- Language: Python
- Size: 21.5 MB
- Stars: 10
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# McData
A data repository for fast food nutrition and ingredients.
To scrape historic nutritional information, use the [waybackpack](https://github.com/jsvine/waybackpack) command line tool. To get unique McDonald's nutritional PDFs until 2018, run the following from the command line:
- `pip install waybackpack`
- `waybackpack http://nutrition.mcdonalds.com/usnutritionexchange/nutritionfacts.pdf -d DESTINATIONDIRECTORY --to-date 2018 --uniques-only`
Note: McDonald's previously stored its nutritional PDFs [here](http://nutrition.mcdonalds.com/getnutrition/nutritionfacts.pdf)
>>>>>>> d8f72402c21855e426a72c2ba4ef46875b2ed780