/RecipeBot

This is simple food recipe bot, which gives you the list of recipes and methods to make different foods/dishes based on your query. The data is taken from BBC Good Food website. (https://www.bbcgoodfood.com)

Primary LanguagePython

RecipeBot

This project is simple food recipe bot, which gives you the list of recipes and methods to make different foods/dishes. It also gives you the recipes based on ingredients you search. As a return response, it will give list of recipes that can be made based on your ingredients, the skill required to make the food (for e.g. easy, hard), cooking time and list of nutrition you get from food.

The response data is scraped from BBC Good Food website.

Required Libraries

BeautifulSoup4, lxml, requests

Installing dependencies

pip install -r requirements.txt