/google-image-dl

Download images from Google Image Search

Primary LanguageRust

Google Image DL

Download images from Google Image Search.

Installation

Requires Rust to be installed. You can install it from rustup.rs.

cargo install --git https://github.com/bencevans/google-image-dl

Usage

An API key and a Custom Search Engine ID is required to use this tool. You can get them from the Google Programmable Search Engine Control Panel.

google-image-dl --query="QUERY" \
                --api-key=YOUR_API_KEY \
                --engine-id=YOUR_ENGINE_ID \
                --target=500 \
                --output=./images

License

MIT