This is a Repo for a General Recipe Parser using python and mongodb.
Time Goal: Finish by August 24th Database: Cosmos DB - MongoDB
Parser: Beautiful Soup/Parser/How-To
What information do we actually want to pull from each recipe?
- Recipe Name
- Ingredients
- Store everything based off of yield
- Prep Time
- Cook Time
- Allergen Information (maybe? This is something you can derive, but it might improve performance later)
- Cooking Instructions
- Link to original thing
- Tags
- Nationality