python3 scrapy main运行调式

Posted 弃身锋刃端!

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python3 scrapy main运行调式相关的知识,希望对你有一定的参考价值。

from scrapy.cmdline import execute
import sys
import os
sys.path.append(os.path.dirname(os.path.abspath(__file__)));
execute(["srcapy","crawl","项目名称"])

 

以上是关于python3 scrapy main运行调式的主要内容,如果未能解决你的问题,请参考以下文章

scrapy主动退出爬虫的代码片段(python3)

scrapy的学习之路1(简单的例子)

《转载》Python3安装Scrapy

Python3 Scrapy 安装方法

Python3爬虫Scrapy+MongoDB+MySQL

scrapy之自定制命令