blivedm/README.md
2021-12-12 19:28:12 +08:00

16 lines
432 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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)