使用scrapy 创建爬虫项目

使用scrapy 创建爬虫项目

步骤一:

scrapy startproject tutorial

步骤二:

you can start your first spider with:
cd tutorial
scrapy genspider example example.com
或者
scrapy crawl quotes

  

posted @ 2018-11-11 23:00  流星小子  阅读(210)  评论(0)    收藏  举报