sarahkay10 / pepperplate-importer

Parses online recipes and imports them into a Pepperplate account.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pepperplate-Importer

A python script to import recipes from various websites to a Pepperplate account.

Supported Recipe Websites

Dependencies

Python 3.

pip3 install -r requirements.txt

Usage

Input your Pepperplate login credentials and list of recipes with tags (optional) in config.py:

pp_username = "user@example.com"
pp_password = "password"
recipes = {
	"http://allrecipes.com/recipe/11853/orzo-with-parmesan-and-basil/" : ["side dish", "pasta"],
	"https://www.blueapron.com/recipes/chicken-fresh-basil-fettuccine-with-tomato-cream-sauce" : ["dinner", "pasta", "chicken"],
	"http://www.seriouseats.com/recipes/2013/12/the-food-lab-best-chocolate-chip-cookie-recipe.html" : ["dessert", "cookies"]
}

Run the script:

python3 pepperplate_importer.py

Cheers!

About

Parses online recipes and imports them into a Pepperplate account.

License:MIT License


Languages

Language:Python 100.0%