Recipe Maker v.01

Alexander Mies | CSC211H Project

Food Insecurity/Zero Hunger

Instructor: Dr. Azhar


Quick Update 5/19/20

I know this is a bit cheesy, but seeing as that I was completely stuck with parsing the html/xml file with C++, I created a python script run by the program that does that and then some. After the C++ program runs, the app.py script is called. (Obviously still working on the formatting in the email body)

The python script itself does two main things:

1.) Parses the html by class name and returns the result urls (the links to the recipes we are looking for)

2.) It sends those urls to an email using the smtp library built into python.