Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 697 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 697 Bytes

暴言统计器


抓取某个b站直播间内的所有发言,并对奇怪的地方进行统计(目前只有主播送给观众的问号风暴、草风暴和kksk风暴)

监听弹幕部分使用 https://github.com/yjqiang/bili2.0 的代码

使用方法


  1. 安装Python3
  2. 执行pip install -r requirements.txt 安装所需依赖
  3. 执行python3 main.py 房间号采集当前直播间弹幕,将会按照开播/下播自动分段文件
  4. 执行python3 praser.py 文件名分析所在位置,将输出图表形式方便剪辑man进行处理

大致内容