Image Downloader

996.icu

中文说明

1. Introdoction

Crawl and download images using Selenium Using python3 and PyQt5

2. Key features

3. Install

3.1 Download and install Python3.5+

3.2 Download and setup chromedriver [recommend]

3.3 Download and setup phantomjs [deprecated]

3.4 Install python packages

pip3 install -r requirements.txt

4. Usage

4.1 GUI

Run image_downloader_gui.py script to yank GUI:

python image_downloader_gui.py

GUI

4.2 CMD

usage: image_downloader.py [-h] [--engine {Google,Bing,Baidu}]
                           [--driver {chrome_headless,chrome,phantomjs}]
                           [--max-number MAX_NUMBER]
                           [--num-threads NUM_THREADS] [--timeout TIMEOUT]
                           [--output OUTPUT] [--safe-mode] [--face-only]
                           [--proxy_http PROXY_HTTP]
                           [--proxy_socks5 PROXY_SOCKS5]
                           keywords

License