https://github.com/rtlee9/recipe-box
Scrape lists of recipes
https://github.com/rtlee9/recipe-box
Last synced: about 1 year ago
JSON representation
Scrape lists of recipes
- Host: GitHub
- URL: https://github.com/rtlee9/recipe-box
- Owner: rtlee9
- License: mit
- Created: 2017-03-10T04:13:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-23T05:02:02.000Z (about 8 years ago)
- Last Synced: 2025-04-20T08:38:16.856Z (about 1 year ago)
- Language: Python
- Size: 14.6 KB
- Stars: 107
- Watchers: 8
- Forks: 40
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Recipe box
Scrape sets of recipes from food websites. Currently supports three websites in Python 3:
* [Foodnetwork.com](http://www.foodnetwork.com/)
* [Epicurious.com](http://www.epicurious.com/)
* [Allrecipes.com](http://allrecipes.com/)
## Usage
### Scrape recipe contents
* `$ python src/get_recipes.py --fn --multi`
* `$ python src/get_recipes.py --epi --multi`
* `$ python src/get_recipes.py --ar --sleep 200`
### Download pictures
* `$ python src/get_pictures.py --filename "recipes_raw_fn.json"`
* `$ python src/get_pictures.py --filename "recipes_raw_epi.json"`
* `$ python src/get_pictures.py --filename "recipes_raw_ar.json"`