Simple google-image-scrapper using selenium and google webdriver.
git clone https://github.com/ZaibanAli/google-image-scrapper.git
cd google-image-scrapper
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python main.py
- python 3.9 (tested) - Should also work with any python 3.X
- All packages inside
requirements.txt
file - Up to date Google Chrome
- Latest stable release of chromedriver download it in the webdriver directory of this repo.