Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 578 Bytes

Readme.md

File metadata and controls

36 lines (25 loc) · 578 Bytes

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