Skip to content

Search in Google Lens in lingo! Multi language search of image with export in HTML report

License

Notifications You must be signed in to change notification settings

MeowyPouncer/lingolens

 
 

Repository files navigation

lingolens

Search in Google Lens in lingo!

Tired of irrelevant results of reverse image search? Yeah, search results can be VERY different because of your language environment!

Lingolens allows:

  • search image in Google Lens for several languages (RU/EN/PL by default), excluding known results
  • generate one simple HTML report with all the results
  • compare target image with result images!

Example

Check example of search results: report.html.

Installation

Requests and bs4 are required.

pip3 install -r requirements.txt

Usage

./lingolens.py example.jpg

Searching for example.jpg...
Searching in RU language...
Found 60 results
Searching in EN language...
Found 60 results
Skipped 1 already known images
Searching in PL language...
Found 60 results
Skipped 1 already known images

You should specify languages in file langs.txt in the following format:

ru
en
pl

The full list of supported languages is here.

TODO

  • Customization of language list for a search (simple config file)
  • Language filter in a report
  • Standalone exe-file for Windows

Credits

Thanks to BLACK for inspiration and support!

Designed and developed for solving tasks on OSINT investigation forum.

About

Search in Google Lens in lingo! Multi language search of image with export in HTML report

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 97.1%
  • Python 2.9%