Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

incandescent python client

A simple python client for the Incadescent reverse image search API.

Installation

pip install -r requirements.txt

Usage

See example.py

# Add credentials
search = Client(uid, apikey)

# Add an image URL
search.addImageUrl(<image_url>)

# Generate the request and POST
search.makeRequestData()
search.makeRequest()

# Request the result 
search.getResults()

About

Python client for incandescent api

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages