Skip to content
forked from tanaikech/goris

This is a CLI tool to search for images with Google Reverse Image Search (goris).

License

Notifications You must be signed in to change notification settings

Swoboderz/goris

This branch is 11 commits behind tanaikech/goris:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

17e7db5 · Sep 9, 2018

History

8 Commits
Jun 13, 2017
Apr 26, 2017
Jun 22, 2017
Sep 9, 2018
Jun 13, 2017
Jun 13, 2017
Jun 13, 2017
Apr 26, 2017

Repository files navigation

goris

Build Status MIT License

Overview

This is a CLI tool to search for images with Google Reverse Image Search.

Description

Images can be searched by image files and image URLs. Searched images display URLs and also can be downloaded as image files.

How to Install

Download an executable file from the release page and put to a directory with path.

or

Use go get.

$ go get -u github.com/tanaikech/goris

Usage

Search images from an image file. You can select number of output URLs using -n. The maximum number of output URLs is 100.

$ goris s -f [image file] -n 50

Search images from an image URL.

$ goris s -u [image URL]

Download searched images from an image file. Following sample downloads 10 searched images using an image file.

$ goris s -f [image file] -d -n 10

Retrieve web pages with matching images on Google top page. When this is not used, images are retrieved.

$ goris s -u [image URL] -w
$ goris s -f [image file] -w

Licence

MIT

Author

TANAIKE

If you have any questions and commissions for me, feel free to tell me using e-mail of [email protected]

Update History

  • v1.0.0 (April 26, 2017)

    Initial release.

  • v1.0.1 (May 16, 2017)

    1. A bugfix
      • When number of retrieved URLs is smaller than number of default output, an error had occurred. This was fixed. (Thank you! Steve Davis)
  • v1.1.0 (June 13, 2017)

    1. Add option
      • When images are matched to a searched image, web pages with matching images are retrieved. These are web pages displayed on Google top page. When this is not used, images are retrieved. This was added as a boolean option. (This was added by a request.)

TOP

About

This is a CLI tool to search for images with Google Reverse Image Search (goris).

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%