Skip to content

chukfinley/tineye-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tineye-python

A simple wrapper for tineye public api in python

Installation

pip install tineye-python


## Usage

```bash
import os
import json
from tineye_python.tineye_python import TinEyeAPIRequest

tineye_api = TinEyeAPIRequest()
image = 'https://upload.wikimedia.org/wikipedia/commons/b/bf/Golden_Gate_Bridge_as_seen_from_Battery_East.jpg'
response = tineye_api.search_data(image, save_to_file='output.json')

About

A simple wrapper for tineye public api in python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages