This python Web Scaper utilizes Selenium and BeautifulSoup to return a text file with recipes from Yummly.
- Clone this repo
- Download dependencies:
- Requests: Link to package
- SimpleJson: Link to package
- Update
MIN_NUM_RECIPES = 1000
(found on line 130 in main.py file) to desired min number of recipes - In terminal run
python3 main.py