Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 469 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 469 Bytes

爬虫管理平台

主要功能

  1. 查看Scrapyd节点状态;
  2. 查看Scrapyd节点下存在的Project和Spider;
  3. 支持对Spider的分组功能;
  4. 对Spider组和单个Spider进行控制(运行、暂停、继续、停止);
  5. 实时显示分组及Spiders的工作状态。

安装依赖

  1. 需要先安装 pipenv,通过 直接在程序目录执行 pipenv install

设计文档