Skip to content

CalicoCatalyst/gfypy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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}'

About

GfyCat API Wrapper for Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages