Skip to content

A small API for pulling ingredients data from Chefkoch.de

Notifications You must be signed in to change notification settings

VinzSpring/Chefkoch-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chefkoch-API

A small API for pulling recipe data from Chefkoch This project was made for machine learning researcers who'd need to craft a database of different dishes and their ingredients.

The recipe objects don't contain data on how to cook the recipe, since this project's only intend is to craft a database for analyzing ingredients.

Example/How to use

#get all available dish categories
categories = ChefKochAPI.get_categories()

#parse all recipes (yields) from the first category
recipes = ChefKochAPI.parse_recipes(categories[0])

#write recipes to json file one at a time
DataParser.write_recipes_to_json(category.title, recipes)

if you are associated with chefkoch.de and want me to take this down, please message me :)

I never really thought that someone would use this...

About

A small API for pulling ingredients data from Chefkoch.de

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published