Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/QianyanTech/Image-Downloader
Download images from Google, Bing, Baidu. 谷歌、百度、必应图片下载.
https://github.com/QianyanTech/Image-Downloader
baidu bing google google-images image-downloader pyqt scrapy spider
Last synced: 4 days ago
JSON representation
Download images from Google, Bing, Baidu. 谷歌、百度、必应图片下载.
- Host: GitHub
- URL: https://github.com/QianyanTech/Image-Downloader
- Owner: QianyanTech
- License: mit
- Created: 2016-07-17T13:35:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-07T04:01:43.000Z (4 months ago)
- Last Synced: 2024-10-23T02:23:40.039Z (20 days ago)
- Topics: baidu, bing, google, google-images, image-downloader, pyqt, scrapy, spider
- Language: Python
- Homepage:
- Size: 24.6 MB
- Stars: 2,200
- Watchers: 44
- Forks: 573
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - QianyanTech/Image-Downloader - Download images from Google, Bing, Baidu. 谷歌、百度、必应图片下载. (Python)
README
# Image Downloader
[![996.icu](https://img.shields.io/badge/link-996.icu-red.svg)](https://996.icu)
## [中文说明](https://github.com/QianyanTech/Image-Downloader/blob/master/README_zh.md)
## 1. Introdoction
Crawl and download images using Selenium or API
Using python3 and PyQt5## 2. Key features
+ Supported Search Engine: Google, Bing, Baidu
+ Keywords input from keyboard, or input from line seperated keywords list file for batch process.
+ Download image using customizable number of threads.
+ Fully supported conditional search (eg. filetype:, site:).
+ Switch for Google safe mode.
+ Proxy configuration (socks, http).
+ CMD and GUI ways of using are provided.## 3. Usage
### 3.1 GUI
Run `image_downloader_gui.py` script to yank GUI:
```bash
python image_downloader_gui.py
```![GUI](/GUI.png)
### 3.2 CMD
```bash
usage: image_downloader.py [-h] [--engine {Google,Bing,Baidu}]
[--driver {chrome_headless,chrome,api}]
[--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
```## Star History
[![Star History Chart](https://api.star-history.com/svg?repos=QianyanTech/Image-Downloader&type=Date)](https://star-history.com/#QianyanTech/Image-Downloader&Date)
## License
+ MIT License
+ 996ICU License