Skip to content

rtlee9/recipe-box

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recipe box

Scrape sets of recipes from food websites. Currently supports three websites in Python 3:

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"

About

Scrape lists of recipes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages