Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 390 Bytes

File metadata and controls

5 lines (4 loc) · 390 Bytes

Scraper

Web application using flask that takes in a list of ingredients and a certain meal type and returns all the recipes that are of that mealtype and contain those ingredients, along with a link to the directions, a picture of the meal, the title of the meal, and all the ingredeints of that recipe. Accomplishes this by using Python library BeautifulSoup4 to scrape Allrecipes.com.