2 Star 1 Fork 0

昊视后端2/投教爬虫

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
main.py 422 Bytes
一键复制 编辑 原始数据 按行查看 历史
昊视后端2 提交于 2019-08-09 22:46 . modfiy code
import os
from scrapy.cmdline import execute
import sys
sys.path.append(os.path.dirname(os.path.abspath(__file__)))
# execute(['scrapy', 'crawl', 'huaxia'])
spiders = [
'scrapy crawl csrc',
'scrapy crawl fenghuang',
'scrapy crawl finance',
'scrapy crawl sse',
'scrapy crawl szse',
'scrapy crawl stcn',
'scrapy crawl huaxia'
]
if __name__ == "__main__":
execute("scrapy crawlall".split())
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/hshd2/teaching_crawler.git
[email protected]:hshd2/teaching_crawler.git
hshd2
teaching_crawler
投教爬虫
master

搜索帮助