Python Script for search and save image URL from Google Image
- Clone project from Github
git clone https://github.com/pikann/CrawlGoogleImage.git
- Install library
pip3 install -r requirements.txt
- Download the Chrome Driver binary file at the link: https://sites.google.com/a/chromium.org/chromedriver/downloads
- Start crawl image from Google
python crawl_google_image.py --keyword <key_word> --driver <path_of_chrome_driver>
Van Hai Huynh - hvhai22@gmail.com
Project Link: https://github.com/pikann/CrawlGoogleImage