mirror of
https://github.com/xfgryujk/blivedm.git
synced 2024-12-26 21:00:17 +08:00
16 lines
432 B
Markdown
16 lines
432 B
Markdown
# blivedm
|
||
Python 3获取bilibili直播弹幕,使用websocket协议
|
||
|
||
[协议解释](https://blog.csdn.net/xfgryujk/article/details/80306776)(有点过时了,总体是没错的)
|
||
|
||
基于本库开发的一个应用:[blivechat](https://github.com/xfgryujk/blivechat)
|
||
|
||
|
||
## 使用说明
|
||
1. 需要Python 3.6及以上版本
|
||
2. 安装依赖
|
||
```sh
|
||
pip install -r requirements.txt
|
||
```
|
||
3. 例程看[sample.py](./sample.py)
|