Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 226 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 226 Bytes

环境: python 2.7

pip install scrapy

初始化,创建爬虫项目: scrapy startproject tutorial

cd tutorial
scrapy crawl example

cd JDSpider
scrapy crawl JDSpider

cd DouBanSpider
scrapy crawl DouBan