Beta version of a tool that generates a customizable meal plan out of a large dataset of screapped recipes
Python (BeautifulSoup, pandas, numpy, dotenv, smtplib, email.mime), json, DigitalOcean.
Grocery shopping takes time and effort, but unplanned grocerry shopping takes even longer. When we make meal plans, we reduce the number of visits to the supormarket and the money that we spend, and we can enhance the balance of our diet and be more creative in our cooking. Planning your weekly meal brings a lot of benefits but it can also be a time consuming and tiring process. This tood does the work for you.
After scraping over 10k recipes from the website Link, you can set up out preferences using the separate json file. The tool then will send you via email a selection of 7 meals and 7 dinners for hte week.
If you know me, and you'd like to have your name added to the distribution list of the weekly meal plan, let me know! On the other hand, you can also set the tool up in your own terminal. To do this, after cloning the repo, you'll need to create a file called .env and update it with the following information:
└── recipe-planner
├── data exports
├── notebooks
├── p_email
├── p_filter
├── p_scrapper
├── .git
├── .idea
├── main.py
├── main_demo.py
├── practice.json
├── README.md
├── .env
└── .gitignore
Don't forget to set up a
.envfile. This program requires a sender and recipient email to deliver the results.
-
Condensed ingredients list
-
Link to supermarket scrapping - price calculator
-
Add nutritional information
4 Remove unwanted recipes
