Czarified / py4Dinner

Let them eat py!
MIT License
0 stars 0 forks source link

Recipe Book Expansion #4

Closed Czarified closed 6 years ago

Czarified commented 6 years ago

The current recipe file has very few actual recipes in it. This file needs significant expansion for Alpha 1 and 2 testing. It may even be beneficial to create multiple recipe databases for different specific tests. Either way, many more recipes are needed and it may be beneficial to utilize some web scraping capabilities of Python to do so.

Czarified commented 6 years ago

Found a good looking Recipe Scraping Library: https://github.com/hhursev/recipe-scrapers

Investigate incorporation for testing.

Czarified commented 6 years ago

Personal recipe scraper module modified to pull necessary info. Ingredients are not scraped in the proper format and will require additional post-processing before writing to the book file. This may be more difficult than originally anticipated...AllRecipe ingredients are written out fully and can be very generic.