This is a simple Google image scraper that uses selenium to extract image urls from Google. I made a main.py file, so you can just use the scraping file as a library.
Blog post about the process (part 1) can be found here.
Clone (or download) the project
git clone https://github.com/jhmejia/google-image-scraperGo to the project directory
cd google-image-scraperInstall dependencies
pip install -r requirements.txtRun the file
python main.pyYou can find more information about it at my blog to understand how it works, and how you can use this process for similar scrapers in the future.
Remember not to use this for copyright infringement! Standard rules apply.
