mirror of
https://github.com/xfgryujk/blivedm.git
synced 2024-12-24 20:00:48 +08:00
获取bilibili直播弹幕,使用websocket协议
blivedm | ||
.gitattributes | ||
.gitignore | ||
LICENSE | ||
open_live_sample.py | ||
pyproject.toml | ||
README.md | ||
requirements.txt | ||
sample.py |
blivedm
Python获取bilibili直播弹幕的库,使用WebSocket协议,支持web端和B站直播开放平台两种接口
基于本库开发的一个应用:blivechat
使用说明
-
需要Python 3.8及以上版本
-
安装依赖
pip install -r requirements.txt
-
web端例程在sample.py,B站直播开放平台例程在open_live_sample.py