https://github.com/malcolmmielle/python_recipepuppy
Python wrapper for the Recipe Puppy API (http://www.recipepuppy.com/)
https://github.com/malcolmmielle/python_recipepuppy
Last synced: 2 days ago
JSON representation
Python wrapper for the Recipe Puppy API (http://www.recipepuppy.com/)
- Host: GitHub
- URL: https://github.com/malcolmmielle/python_recipepuppy
- Owner: MalcolmMielle
- Created: 2014-11-10T21:41:14.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-24T19:27:59.000Z (almost 11 years ago)
- Last Synced: 2025-01-23T00:41:31.236Z (9 months ago)
- Language: Python
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Recipe Puppy Python Wrapper
===========================This is a wrapper for the Recipe Puppy API in Python.
To install
==========`sudo python setup.py install`
Usage
=====`query(name=None,ingredients=None,page=None)` return the result of the search.
Ingredient can be send either as a string like 'ingredient1, ingredient2,...' or as a list of ingredient.`get_full_info(name=None,ingredients=None,page=None)` return a Recipe object with a name, ingredient and link attribute