A Python wrapper for the UpWoof Listings API.
Install the package via pip:
pip install upwoof-listings-python-clientimport upwoof_listings
# Set your API key
upwoof_listings.api_key = 'your_api_key'
# Get the client
client = upwoof_listings.get_client()
# List all listings
listings = client.get_listings()https://pethotels.upwoof.com/api-docs/v1
- Fork it ( https://github.com/dior001/upwoof-listings-python-client/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
The library is available as open source under the terms of the MIT License.