scrapy基本的命令行工具

时间:2022-05-08 04:43:39

0x000 创建一个spider工程


scrapy startproject projectName


0x001 创建一个爬虫


scrapy genspider spiderName spider-domain


0x002 运行爬虫


scrapy crawl spiderName

scrapy runspider spiderFileName -o outFile(不需要一个项目)

0x003 shell交互式环境


0x004 查看爬虫


scrapy list


0x005 view


暂时先写这么多吧,今天有点懒