This will search food.com for the input search criteria, and create an html document with the resultant recipes
usage: food_com_search.py [-h] [-v] [-i INPUT] [-t TOTAL]
This will download recipes from the search item provided from food.com. The
output will be written to the current directory. The search item is reqired to
be entered on the command line.
optional arguments:
-h, --help show this help message and exit
-v, --version show program's version number and exit
-i INPUT, --input INPUT
a item to search for on food.com
-t TOTAL, --total TOTAL
The total number of recipes to return