[Pyhton self-study notes] Python asynchronous crawler framework Ruia learning index


Install

  • install commandpip install -i https://pypi.tuna.tsinghua.edu.cn/simple -U ruia

use

If you have used the scrapy framework, you will find that ruia is similar to scrapy in many ways

Define Item

  • Support xpath, css, re
from ruia import</

Guess you like

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