获取bilibili直播弹幕,使用websocket协议
Go to file
dependabot[bot] 28645d5e37 Bump aiohttp from 3.7.4 to 3.8.5
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.7.4 to 3.8.5.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/v3.8.5/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.7.4...v3.8.5)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-27 22:32:00 +08:00
blivedm 修改模型默认值为非None 2023-07-26 22:37:02 +08:00
.gitattributes Initial commit 2018-05-13 21:57:36 +08:00
.gitignore Initial commit 2018-05-13 21:57:36 +08:00
LICENSE Initial commit 2018-05-13 21:57:36 +08:00
README.md 最低支持的Python版本升级到3.8 2023-03-26 00:51:50 +08:00
requirements.txt Bump aiohttp from 3.7.4 to 3.8.5 2023-07-27 22:32:00 +08:00
sample.py 最低支持的Python版本升级到3.8 2023-03-26 00:51:50 +08:00

blivedm

Python获取bilibili直播弹幕的库使用WebSocket协议

协议解释(有点过时了,总体是没错的)

基于本库开发的一个应用:blivechat

使用说明

  1. 需要Python 3.8及以上版本

  2. 安装依赖

    pip install -r requirements.txt
    
  3. 例程看sample.py