Python获取bilibili直播弹幕的库,使用WebSocket协议
协议解释(有点过时了,总体是没错的)
基于本库开发的一个应用:blivechat
需要Python 3.8及以上版本
安装依赖
pip install -r requirements.txt
例程看sample.py