wliang410 / BaiduImageCrawler

A multithreaded tool for downloading search results of Baidu image search.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BaiduImageCrawler

This is a multithreaded tool for downloading search results of Baidu image search.

Dependencies

  • Python 3.x

Usage

$ python crawler.py KEYWORD DEST_FOLDER NUM_OF_IMAGES NUM_OF_THREADS

Example

Below is an example of how to use the crawler to download the first 40 image search results of dog with 8 threads and save them to E:\dog.

$ python crawler.py 狗 E:\dog 40 8

Look at what we got here:

GitHub

About

A multithreaded tool for downloading search results of Baidu image search.


Languages

Language:Python 100.0%