meal-planner-generator
Meal planning can be a struggle, so I created a script that grabs recipes from HelloFresh's recipe database. This script then creates a dataframe of recipes and links. After that, the script looks at two random recipes, pulls the ingredients from the link, then formats the ingredients from both recipes as a list. It also provides the title and a link to the recipe. This data is all publicly available on HelloFresh's website, and is their content. At present this script is only using vegetarian recipes, and generates the list for two random recipes. Feel free to use this for your personal use.