Python wrapper for making secure requests to TheCatAPI
- Create an account on TheCatAPI.com
- An API Key will be sent to you via mail
pip install thecatapi-sdk
from thecatapi import TheCatAPI
# create an instance
catapi = TheCatApi("API_KEY HERE")
# List of images
catapi.images.get_images(limit=10)
-------------------------
# Get image by image ID
catapi.images.get_image('2bbSbBC-v')
-------------------------
# list votes
catapi.votes.get_votes()
- Simply fork the repo, make changes and make a pull request
- You can open an issue for support or suggestions