Skip to content

daesu/incandescent

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages