API Wrapper for the Gif library Tenor. Join my server: https://discord.gg/uFdVUMH
Tenorpy is a Python wrapper for the Tenor API.
Clone Repository: python3 setup.py install
Install with pip: python3 -m pip install tenorpy
Update with pip: python3 -m pip install -U tenorpy
GIF Endpoints
To use:
import tenorpy
t = tenorpy.Tenor()
print(t.random("GIFTAG"))
# Will return a random GIF with the tag "GIFTAG"