BiliDanmaku是一个命令行工具,用于记录bilibili直播弹幕。
BiliDanmaku is a CLI tools for recording bilibili live Danmaku.
在使用之前,请确保你的电脑安装了Python
Before using it, you need to make sure your device has Python installed.
从Github上下载源代码。
Download source code from github.
或者从github上克隆源码。
Or clone source code from github by git.
$ git clone https://github.com/See-Night/BiliDanmaku.git
$ pip install -r requirements.txt
你也可以从docker hub上获取镜像。
You also can push image from docker hub.
$ docker pull seenight/bilidanmaku
$ ./BiliDanmaku.py <roomid>
When it is stoped, it will generated a excel file.
$ ./app.py <roomid>
It will record danmaku automatically.
$ ./docker-start <roomid> <path to save>
Thanks for @lovelyyoshino's Bilibili-Live-API and @Passkou's bilibili-api