8 lines
362 B
Markdown
8 lines
362 B
Markdown
# 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
|
|
2. run crawl_recipe_pages (this also runs parse_recipe_pages)
|