最低支持的Python版本升级到3.8

This commit is contained in:
John Smith
2023-03-26 00:51:50 +08:00
parent 61e6825d4e
commit 924b99eed6
5 changed files with 204 additions and 300 deletions

View File

@@ -1,15 +1,18 @@
# blivedm
Python 3获取bilibili直播弹幕使用websocket协议
Python获取bilibili直播弹幕的库使用WebSocket协议
[协议解释](https://blog.csdn.net/xfgryujk/article/details/80306776)(有点过时了,总体是没错的)
基于本库开发的一个应用:[blivechat](https://github.com/xfgryujk/blivechat)
## 使用说明
1. 需要Python 3.6及以上版本
1. 需要Python 3.8及以上版本
2. 安装依赖
```sh
pip install -r requirements.txt
```
3. 例程看[sample.py](./sample.py)