scrapy框架命令

Posted on 2021-02-20 11:13  baskbug  阅读(59)  评论(0编辑  收藏  举报

scrapy startproject #创建scrapy项目
scrapy genspider test www.baidu.com #在项目下的spider目录下生成爬虫文件 test爬虫名称 www.baidu.com爬虫地址
scrapy crawl test #运行test爬虫