Metadata-Version: 1.1 Name: tenorpy Version: 1.0.3 Summary: API Wrapper for the Gif library Tenor. Join my server: https://discord.gg/uFdVUMH Home-page: https://github.com/realSnosh/tenorpy Author: alpha_Snosh Author-email: UNKNOWN License: MIT Download-URL: https://github.com/realSnosh/tenorpy/archive/1.0.3.tar.gz Description: 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: ```python import tenorpy t = tenorpy.Tenor() print(t.random("GIFTAG")) # Will return a random GIF with the tag "GIFTAG" ``` Keywords: tenor,python,python3,api,wrapper,alphasnosh,snosh Platform: UNKNOWN Classifier: Intended Audience :: Developers Classifier: Topic :: Software Development :: Build Tools Classifier: License :: OSI Approved :: MIT License Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.4 Classifier: Programming Language :: Python :: 3.5 Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: 3.7 Classifier: Programming Language :: Python :: 3.8