A Python wrapper for Yelp Fusion API
Project description
yelp-fusion-api
A Python wrapper for Yelp Fusion API.
Please refer to the API documentation for the details of expected requests and responses for all endpoints.
Installation
pip install -U yelpfusion
Usage
from yelpfusion import Api
api = Api("api-token")
api.businesses.search(location="Toronto")
The available endpoints are:
- Autocomplete: api.autocomplete
- Businesses: api.businesses
- Categories: api.categories
- Events: api.events
- Transactions: api.transactions
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
yelpfusion-0.1.1.tar.gz
(3.5 kB
view hashes)
Built Distribution
Close
Hashes for yelpfusion-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4fa970058eb921cbeb128a1020d031d1a695f775bbddac8c855308abfcce5ead |
|
MD5 | 2491282cef8d7404db78c52e9ea31188 |
|
BLAKE2b-256 | b965d7182a5e679cd9c0ae07ce6527246a9c28aca1676022e33cac2b724c6b5d |