Skip to content

sampasha/Google-image-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔧 Image Scraper 🔧

This tool can be used to scrape google image for any given input query. It can take multiple queries and neatly store them in respective folders.

Prerequisites

install Python Selenium package

pip install selenium

uncomment code for chromedriver based on the OS

#chrome driver path based on platform

DRIVER_PATH_WIN = "./chrome-driver/chromedriver-win.exe"
#DRIVER_PATH_LINUX = "./chrome-driver/chromedriver-linux"
#DRIVER_PATH_MAC = "./chrome-driver/chromedriver-mac"

Usage

Demo

About

A web scraper which can scrape google images for any given class of image. It can scrape multiple classes of images at once and neatly organize in multiple folders

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages