Skip to main content

Search for similar images on Google using Selenium

Project description

gooise

gooise (pronounced as goo-ee-se) is a Google Image Search automation tool.

Usage

Installation

PyPI version

gooise is available at Python Package Index and thus can be installed by pip:

$ pip install gooise

pip will also install gooise script to PATH.

Basic usage

Searching for local/remote image

$ gooise image.jpg
$ gooise https://example.com/img/image.jpg

Note: by default, gooise uses any available web driver, so you need to have at least one of these supported browsers installed:

  • Chrome (or any other chromium-based browsers)
  • Firefox
  • Opera
  • Internet Explorer
  • Edge

If your browser is installed in some uncommon location or is not in PATH, you'll need to pass some extra parameters to gooise (see Configuring web driver.)

Advanced usage

Configuring web driver

Use -d {chrome,firefox,opera,ie,edge} option to specify type of browser, and -b PATH to specify browser executable.

$ gooise -d firefox -b /usr/bin/firefox image.jpg

Running in headless mode

Note: gooise supports headless mode in Chrome/Firefox only.

Headless mode (enabled by default, disabled by -r option) hides automated browser window preserving its full functionality. It's usually more preferable since browser in regular mode has to stay focused (Selenium might fail to interact with a web page if browser window is kept in background).

Contributing

Google tends to update their frontend once in a while, and thus all HTML tag IDs/classes are updated, too.

If you noticed that gooise isn't working as expected anymore (or not working at all) - you can open an issue or propose a fix via merge request.

These files contain CSS selectors and web page interaction logic:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gooise-2020.7.18.8.tar.gz (19.9 kB view hashes)

Uploaded Source

Built Distribution

gooise-2020.7.18.8-py3-none-any.whl (32.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page