Skip to content

wp-media/imagify-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imagify-python

Official Imagify API Wrapper for Python

Installation

Download the sources on this Github repository and do a

python setup.py install

Usage

>>> from imagify import Imagify
>>> imagify = Imagify('api_key')
>>> param = dict(ultra=True)
>>> imagify.upload("/path/to/image.jpg", param)

About

Imagify API Wrapper for Python

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages