Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 405 Bytes

File metadata and controls

18 lines (9 loc) · 405 Bytes

GfyPy

GfyCat API that supports authentication. Only supports file uploads at the moment. PRs welcome

Usage:

>>> from gfypy import gfycat

>>> client = gfycat.GfyCatClient(client_id,client_secret,username,password)


>>> gfycat = client.upload_file(filename, title="Title", desc="Description", noMd5 = True, private = True)

>>> print(gfycat.url)

>>> 'http://gfycat.com/{uid}'