Skip to content

Instantly share code, notes, and snippets.

@padraic7a
padraic7a / google-images-reverse-search.py
Created March 8, 2019 16:55 — forked from erm3nda/google-images-reverse-search.py
Google Images Reverse Search - Python & Selenium
#!/usr/local/env python
# -*- coding: utf-8 -*-
# autor: erm3nda at gmail
# website: erm3nda.github.io
# searchs for content inside an image, then compares to a string, example, looking for cat inside a picture (PetFinder)
# if geany: Geany (f5) ads custom params when executes file, remove them if you don't wanna see errors or play yourself with term
import os, sys, re
import selenium, base64, time
from selenium import webdriver