tenorpy

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


Keywords
giphy, tenor, python, python3, api, wrapper, alphasnosh, snosh
License
MIT
Install
pip install tenorpy==1.0.4

Documentation

TenGiphPy is a Python wrapper for the Tenor and Giphy API.

Installation

Clone Repository: python3 setup.py install

Install with pip: python3 -m pip install TenGiphPy

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

Usage

GIF Endpoints

To use:

import TenGiphPy
t = TenGiphPy.Tenor(token='APITOKEN')
g = TenGiphPy.Giphy(token='APITOKEN')
print(t.random("GIFTAG"))
print(g.random(tag="GIFTAG")['data']['images']['downsized_large']['url'])

Get API Tokens

Tenor Developer Portal

Giphy Developer Portal

Examples

Click here, if you want a sample script for the discord.py library