Skip to content

Black-Bulls-Bots/google-reverse-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

google-reverse-search (NOT WORKING)

Simple python3 library to reverse search any image via url or file

Installation

install with setup.py:

python setup.py

install from pip:

pip install google-reverse-search

Example Usage:

from GoogleSearch import Search

#file_path example
output = Search(file_path="home/user/Pictures/image.jpg")
#url example
output = Search(url="https://telegra.ph/file/2018f3575ffa4ae93739b.jpg")
print(output)

#sample output
{'s_image': 'https://www.google.com/search?tbm=isch&q=zero+two+chilling', 'output': 'Results for\xa0zero two chilling'}

Credits

This library was inspired from this stackoverflow discussion.

NOTE

Google might change their working function any time, that day this library may work or not, so when you face any error please open issue here.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages