Skip to content

sohnjunior/Image-Crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Google Image Crawler

Installation

Required package

$ pip install -r requirements.txt

tqdm is package for progress bar


Required web-driver

Google Image Search requires the chromedriver that corresponds to the version of Chrome you are using.
After installing chromedriver, place it in the same directory as crawler.py.

Dev environment - Chrome : 80.0.3987

Usage

Execute program

$ python crawler.py --keyword <keyword> --count <image count>

The number of images can be up to 400 in 100 units.

Enter the desired keyword in the terminal.
Then, the retrieved image is then saved as a file

About

🔍Google Image crawler with selenium

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages