Skip to content

See-Night/BiliDanmaku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BiliDanmaku

BiliDanmaku是一个命令行工具,用于记录bilibili直播弹幕。

BiliDanmaku is a CLI tools for recording bilibili live Danmaku.

Before use

在使用之前,请确保你的电脑安装了Python

Before using it, you need to make sure your device has Python installed.

Download Code

从Github上下载源代码。

Download source code from github.

或者从github上克隆源码。

Or clone source code from github by git.

$ git clone https://github.com/See-Night/BiliDanmaku.git

Install package

$ pip install -r requirements.txt

Push image from docker hub

你也可以从docker hub上获取镜像。

You also can push image from docker hub.

$ docker pull seenight/bilidanmaku

Usage

Run script

$ ./BiliDanmaku.py <roomid>

When it is stoped, it will generated a excel file.

Run script that automate

$ ./app.py <roomid>

It will record danmaku automatically.

Run docker script

$ ./docker-start <roomid> <path to save>

Thanks

Thanks for @lovelyyoshino's Bilibili-Live-API and @Passkou's bilibili-api

About

Record bilibili live danmaku

Resources

Stars

Watchers

Forks

Releases

No releases published