Python library to interact with Chefkoch.
Project description
get_chefkoch
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 details)
Built Distribution
File details
Details for the file get_chefkoch-1.0.2.tar.gz
.
File metadata
- Download URL: get_chefkoch-1.0.2.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a957a630b618d8fc5a32832f2347da295a8f1dfe49d672ea82c65155f5a4ce66 |
|
MD5 | 3d0571e51501f4c3754c6e13476c2525 |
|
BLAKE2b-256 | f099854d9c8db9439bb855eec1f8e2b07d5655e2b0aaa9574326bd829c8ef336 |
File details
Details for the file get_chefkoch-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: get_chefkoch-1.0.2-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d6b6762fd62ebdf83f05a691b7ea713e818a3ca4c768599d02bf40f29f833d4 |
|
MD5 | 2262a35a12fbeb749ae696ff23a4ddd8 |
|
BLAKE2b-256 | 144083da939d953d416ca3a8266647a5acb44f958c5ee4a2912b1fbda15b5bb6 |