Skip to content

adamshamsudeen/google-image-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google image downloader

requirements

  • Python.3.6
  • Redis
  • Selenium webdriver
  • rq

Installation

  1. Create a virtulaenv
  2. Activate it
  3. Install requirements

    pip install -r requirements.txt

  4. Download the chrome driver from this link

Usage

  1. Run your redis server in one terminal:

redis-server

  1. start the rq workers in a separate terminal

rq worker

  1. Run the downloader

downloader.py 'cute alpaca' 10

Demo img

Todo

  • Async worker
  • Clean the code
  • Dockerize

About

Download google images with headless chrome

Topics

Resources

License

Stars

Watchers

Forks