==================
- Best Python version for this program is 2.7.13
# On windows, install the "requests" module. D:\Python27\Scripts>pip install requests # install the "BeautifulSoup" module. D:\Python27\Scripts>pip install BeautifulSoup
- run the main program 'com.github.crawlspider.img-website.qiushimm.py', you will get images in the 'tmp' folder(the same directory as the project root(as default).
- and also you can change the 'tmp' dir, edit the file mentioned above : self.store_dir = ur'F:\learning\python\Python\tmp'