A Python project that web-scrapes and parses through a website with over 10,000 recipes using BeautifulSoup, Regex, and requests library. Randomly generates a planned meal/recipe for the user given their desired time and ingredients they currently have. It iterates over each recipe that matches these constraints until their desired recipe is chosen.
- User input of time constraint
- User input of ingredient constraint
- Title of Recipe
- Time needed to Cook
- List of Ingredients
- URL of Recipe