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.
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
View documentation.
Please send comments, recommendations, and bug reports to support@tineye.com.