网页渲染方案调研
# splash
Splash 是一个 JavaScript 渲染服务,是一个带有 HTTP API 的轻量级浏览器,同时它对接了 Python 中的 Twisted 和 QT 库。
利用它,我们同样可以实现动态渲染页面的抓取。
# 安装
docker pull scrapinghub/splash
docker run -p 8050:8050 -p 5023:5023 scrapinghub/splash
# 文档
https://splash-cn-doc.readthedocs.io/zh_CN/latest/Installation.html
# 启动
http://127.0.0.1:8050
1
2
3
4
5
6
7
8
9
10
11
12
2
3
4
5
6
7
8
9
10
11
12
上次更新: 2023-06-27 21:41:54