mirror of
https://github.com/xfgryujk/blivedm.git
synced 2025-01-13 22:00:38 +08:00
19 lines
538 B
Markdown
19 lines
538 B
Markdown
# blivedm
|
||
|
||
Python获取bilibili直播弹幕的库,使用WebSocket协议,支持web端和B站直播开放平台两种接口
|
||
|
||
[协议解释](https://blog.csdn.net/xfgryujk/article/details/80306776)(有点过时了,总体是没错的)
|
||
|
||
基于本库开发的一个应用:[blivechat](https://github.com/xfgryujk/blivechat)
|
||
|
||
## 使用说明
|
||
|
||
1. 需要Python 3.8及以上版本
|
||
2. 安装依赖
|
||
|
||
```sh
|
||
pip install -r requirements.txt
|
||
```
|
||
|
||
3. 例程看[sample.py](./sample.py)和[open_live_sample.py](./open_live_sample.py)
|