TenGiphPy

API Wrapper for the Gif library Tenor. Join my server: https://discord.gg/uFdVUMH


Project maintained by miditkl Hosted on GitHub Pages — Theme by mattgraham

Tenorpy is a Python wrapper for the Tenor API.

Installation

Clone Repository: python3 setup.py install

Install with pip: python3 -m pip install tenorpy

Update with pip: python3 -m pip install -U tenorpy

Usage

GIF Endpoints

To use:

import tenorpy
t = tenorpy.Tenor()
print(t.random("GIFTAG"))
# Will return a random GIF with the tag "GIFTAG"