Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 486 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 486 Bytes

Yummly Recipe Web Scraper

This python Web Scaper utilizes Selenium and BeautifulSoup to return a text file with recipes from Yummly.

Instructions

  1. Clone this repo
  2. Download dependencies:
  1. Update MIN_NUM_RECIPES = 1000 (found on line 130 in main.py file) to desired min number of recipes
  2. In terminal run python3 main.py