a spider for douban. This is a easy example of scrapy.
I'm jinfeng Liang, a coder which learn to program in Python
###what do you need to run it
- Python 2.7.6
- scrapy
###how to run it
- Download the code
- Use
scrapy crawl douban -o book_data.json
to scrapy book's data from douban.com
http://www.jianshu.com/p/fb012aadbc21
The MIT license.