Skip to content

jgould22/tineye-api-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinEye API Python client

pytineye is a Python client library for the TinEye API. The TinEye API is a TinEye paid search alternative for professional, commercial or high-volume users. See https://api.tineye.com/ for more information.

Installation

Download the latest version of the library and install with pip:

$ wget https://github.com/TinEye/pytineye/zipball/master --output-document=pytineye.zip
$ pip install pytineye.zip

If you do not have pip, you can install it first:

$ curl https://raw.github.com/pypa/pip/master/contrib/get-pip.py | python

Or you can install from the zip file:

$ python setup.py install

Documentation

View documentation.

Support

Please send comments, recommendations, and bug reports to support@tineye.com.

About

Python library for the TinEye API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 51.0%
  • Python 23.3%
  • CSS 15.2%
  • HTML 10.5%