RecipeScraper:从包括 cookstr 和 allrecipes 在内的网站上抓取食谱

时间:2024-06-25 07:31:56
【文件属性】:

文件名称:RecipeScraper:从包括 cookstr 和 allrecipes 在内的网站上抓取食谱

文件大小:31KB

文件格式:ZIP

更新时间:2024-06-25 07:31:56

Python

食谱刮刀 RecipeScraper 从和抓取食谱信息,包括营养信息和成分。 刮取的食谱可以导出为 csv 格式。 安装: 需要 Python 2.7 依赖关系 urllib3 beautifulsoup 用法: 从 AllRecipes 中抓取: 这将刮取集合中的所有食谱。 查看网站的 url 以找到集合的名称。 allrecipes.com/recipes/collection-name/ > python main.py Main-Dish/Ribs 输出: Scraping allrecipes for 'Main-Dish/Ribs' recipes This may take a while... Scraping page: 1... Scraping page: 2... ... Scraping page: 9... Stewed Korean Shor


【文件预览】:
RecipeScraper-master
----README.md(2KB)
----recipeScraper.zip(23KB)
----recipeScraper.py(2KB)
----recipeAnalysis.py(4KB)
----allrecipes.py(5KB)
----main.py(2KB)
----cookstr.py(3KB)

网友评论