美文网首页胶水Python
Scrapy常用命令

Scrapy常用命令

作者: NiceBlueChai | 来源:发表于2017-11-26 14:03 被阅读12次
    命令 说明 格式
    startproject 创建一个新工程 scrapy startproject <name> [dir]
    genspider 创建一个爬虫 scrapy genspider [options] <name> <domain>
    settings " 获得爬虫配置信息 scrapy settings [options]
    crawl 运行一个爬虫 scrapy crawl <spider>
    list 列出工程中所有爬虫 scrapy list
    shell 启动URL调试命令行 scrapy shell [url]

    相关文章

      网友评论

        本文标题:Scrapy常用命令

        本文链接:https://www.haomeiwen.com/subject/zgpkbxtx.html