Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 819 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 819 Bytes

BaiduImageCrawler2:

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

I tailor the repository BaiduImageCrawler to suite my needs to download images from Baidu.

Dependencies

  • Python 2.7

Usage

$ ./run.sh

Example

you may need to modify key_words_list in run.sh file for customized usage. ###Note### the number of images to be downloaded is at least -num_images you specified in run.sh, becuause in crawler.py, we will first downloaded before this conditional statements truly works(excluding the staring trival case).