Skip to content

flexwang-zz/BaiduImageCrawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages