Files
MasterarbeitCode/crawl_recipes/README.md
2021-04-11 23:28:41 +02:00

362 B

Crawl Recipes from Chefkoch

Get all recipes from Chefkoch by crawling the categories. Recipes are saved to file every 1000 recipes. This code is adapted from LeonZucchinis Version (https://github.com/leonzucchini/recipes).

Run order

  1. run crawl_category_subpages
  2. run parse_category_subpages
  3. run crawl_recipe_pages (this also runs parse_recipe_pages)