Skip to content
This repository has been archived by the owner on Sep 8, 2019. It is now read-only.

Set Up Environment

BoHolder edited this page Jul 9, 2019 · 1 revision

Set Up Environment For ScrapySwarm

环境搭建

  • 本程序需要以下python库:

  • 需要自行安装 MongoDB

  • 需要在MongoDB中提前建立两个数据库:

    • WebData
    • SwarmLog
  • 需要使ScrapySwarm可识别

    • 1.将路径加入系统变量(以使其被作为库看待)
    • 如不可识别,将报 ModuleNotFoundError 错
    • 2.或用绝对引用相对引用等方法,只要保证识别就好
Clone this wiki locally