kernoeb / google-image-reverse-search-downloader

Simple Node.js script to download the highest resolution of a picture on the Internet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Images Reverse Search Downloader

This is a simple script to download images from Google Images Reverse Search.

Then, it uses MaxUrl to get the upscaled version of the image, if available.

Usage

npm i -g pnpm
pnpm install
pnpm start -i /tmp/Mickey.png -o MickeyHD.png

Note

It can happen that Google is a bit capricious, so do not hesitate to restart the script. If the waiting period is exceeded, it is very likely that no image has been found.

The script uses French as the browser language, feel free to add your language, but it should still work anyway :)


FROM

Mickey

TO

Mickey

About

Simple Node.js script to download the highest resolution of a picture on the Internet

License:MIT License


Languages

Language:JavaScript 100.0%