【python爬虫】scrapy入门6:Scrapy中runspider和crawl的区别

2021-01-26 10:13

阅读:545

标签:https   latest   htm   adt   项目   csdn   sdn   crawl   awl   

runspider:不依赖创建项目

命令:scrapy runspider myspider.py  等同于  pyhton myspider.py

crawl:使用spider进行爬取,依赖项目创建

命令:scrapy crawl myspider

 

更多命令行工具:https://scrapy-chs.readthedocs.io/zh_CN/latest/topics/commands.html

------------------

转载链接:https://blog.csdn.net/mouday/article/details/88549031

【python爬虫】scrapy入门6:Scrapy中runspider和crawl的区别

标签:https   latest   htm   adt   项目   csdn   sdn   crawl   awl   

原文地址:https://www.cnblogs.com/hightech/p/12853331.html


评论


亲,登录后才可以留言!