Skip to main content

Python library to interact with Chefkoch.

Project description

get_chefkoch

Downloads PyPI version GitHub Documentation Status

Python library to interact with Chefkoch.

Examples:

from get_chefkoch import Recipe, Search

s = Search("Apfelstrudel")
recipe = s.recipes(limit=1)
print(recipe.name)
print(recipe.description)
from get_chefkoch import Recipe, Search

recipe = Search().recipeOfTheDay()

print(recipe.name)
print(recipe.description)

Recipe-Class Parameters:

 name              Name of the recipe
 id                Unique identification of the recipe
 description       Description of the recipe
 image             Url of a beautiful picture of the recipe
 ingredients       Recipe ingredients
 category          Recipe category
 prepTime          Preparation time
 totalTime         Total Time
 cooktime          Cooking time
 
 Many more parameters are available after calling Recipe().data_dump()

Features:

  • Query the recipe of the day
  • Search for specific recipe
  • Querying information about a recipe(cooking time, description, ingredients, ...)
  • Use the automatic suggestions from Chefkoch

Get it now:

pip install get-chefkoch

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

get_chefkoch-1.0.2.tar.gz (5.1 kB view hashes)

Uploaded Source

Built Distribution

get_chefkoch-1.0.2-py3-none-any.whl (5.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page