使用scrapy 创建爬虫项目

使用scrapy 创建爬虫项目

步骤一:

scrapy startproject tutorial

步骤二:

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

  

猜你喜欢

转载自www.cnblogs.com/gylhaut/p/9944115.html