Scrapes wife's favorite recipe sites for recipes and emails her three random recipes each week. The program will check that each entree sent has sufficient vegetables. If an entree lacks good veggies (i.e., those listed in veggies.py) it will grab a side dish at random to put with the meal.
- python
- python_dotenv (pip install)
- bs4 (pip install)
- recipe_scrapers (pip install)
- a .env file in the same directory as the script in the format:
SENDER=[email protected]
PASSWD=*
BCC=[email protected],[email protected],etc
* see Google App Passwords