sbi.py
sbi.py copied to clipboard
Dead simple Python wrapper for Google Search By Image
Results
3
sbi.py issues
Sort by
recently updated
recently updated
newest added
``` File "/app/image_search_server.py", line 88, in get_google_image result = sbi.search_by(url) File "/app/sbi.py", line 155, in search_by url = a['href'] File "/app/.heroku/python/lib/python2.7/site-packages/bs4/element.py", line 905, in __getitem__ return self.attrs[key] KeyError: 'href' ```...