tanaikech / goris

This is a CLI tool to search for images with Google Reverse Image Search (goris).
MIT License
103 stars 14 forks source link

Pages that include matching images #6

Open JStyle21 opened 2 years ago

JStyle21 commented 2 years ago

Hi,

Correct me if i'm wrong but as far as i saw the tool only returns the related images from the google search while my use case is more towards the websites\pages that hosted the matched images i.e. "Pages that include matching images"

Is there any way to search\filter by those alone?

tanaikech commented 2 years ago

Thank you for your comment. Unfortunately, from your comment, although I cannot understand the detailed situation, as a sample command,

When this command is run, 10 images are retrieved.

$ goris s -u https://stackoverflow.design/assets/img/logos/so/logo-stackoverflow.png

When this command is run, 10 Web site URLs are retrieved.

$ goris s -w -u https://stackoverflow.design/assets/img/logos/so/logo-stackoverflow.png

But, by the URLs, it seems that there is a case that the direct link might not be able to be used. Please be careful about this.

JStyle21 commented 2 years ago

Thank you, i wasn't aware of -w, some options aren't in the documentation yet

This was what i was looking for however the search itself doesn't work well If i search by url manually on google i get different results, different images, different websites With goris it's completely unrelated to the image i provide so something is off

JStyle21 commented 2 years ago

But, by the URLs, it seems that there is a case that the direct link might not be able to be used. Please be careful about this.

Also i'm not sure what you meant by this

tanaikech commented 2 years ago

Thank you for replying. I deeply apologize that this was not useful for your situation. I think that this is due to my poor skill. I deeply apologize for this. I would like to study more.