📕 A general script to scrap images from web using google as a search engine and selenium driver. [Not Optimized]
- Clone this repository and use python package manager to install selenium package.
- Download your browser's version driver from internet.
- Use the following command to install selenium package.
pip install selenium
- Version 1.0
queryat line 15 - Array of queries which should be searched in google images.no_of_imagesat line 16 - Number of images which needs to be scraped from google images.
Contains the alt, filename and url of the images downloaded.
Contains the downloaded images with suffix numbered count.