kemansingh9 / scrape_google_images

A python script to fetch high quality images from Google Images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scrape_google_images

A python script to fetch high quality images from Google Images

Requirements

1. Selenium

Use the package manager pip to install selenium.

pip install selenium

2. Chromedriver

It is provided in the repository so that you don't have to waste your time downloading and putting it in the PATH environment variable.

Usage

Type this in your terminal

python scrape_google_images.py --save_dir <your_directory_here> --number <number_of_images_to_scrape> <query>

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

A python script to fetch high quality images from Google Images


Languages

Language:Python 100.0%