[Python self-study notes] Feapder crawler framework


Install

  • The installation command is as follows
pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple  feapder

# 完整安装:支持基于内存去重
pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple  feapder[all]

use

  • Feapder Architecture Diagramfeapder framework

  • The command to create a crawler<

Guess you like

Origin blog.csdn.net/xiaoqiangclub/article/details/125326671