This is a WIP unofficial Python wrapper for the Gfycat web API.
# Using pip
pip install gpycat
# OR
# Using poetry
poetry add gpycat
from gpycat import gpycat
# Import your client ID/secret from environment variables
gpycat.auth(client_id=CLIENT_ID, client_secret=CLIENT_SECRET)
item = gpycat.get_gfycat("zestycreepyasiaticlesserfreshwaterclam")
Output:
> GfyItem(title="...", description="...", avgColor="...", content_urls={...}, ...)