kmtsering / Food-Recipe-Web-Scraper

0 stars 0 forks source link

Parse from user provided URL #8

Closed kmtsering closed 1 year ago

kmtsering commented 1 year ago

Build runs off of downloaded HTML files that are then parsed by Beautiful Soup. Create an approach that allows the user to input any recipe URL from www.gimmesomeoven.com

kmtsering commented 1 year ago

Prompts user input of link. Uses python's built in urllib to convert url into html readable object. This is then parsed through the various functions that run off of BS(BeautifulSoup).