Skip to content

markaww/recipe-planner

Repository files navigation

The weekly meal planner

Beta version of a tool that generates a customizable meal plan out of a large dataset of screapped recipes

Technology stack

Python (BeautifulSoup, pandas, numpy, dotenv, smtplib, email.mime), json, DigitalOcean.

Inspiration

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.

Configuration

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:

alt text

Folder structure

└── 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 .env file. This program requires a sender and recipient email to deliver the results.

To Do

  1. Condensed ingredients list

  2. Link to supermarket scrapping - price calculator

  3. Add nutritional information

4 Remove unwanted recipes

About

An autonomous weekly meal-plan maker, which sends a selection of customizable recipes to your email.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors