Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Nauxscript/bilive

一个命令行弹幕姬 / display bullet from bilibili live stream comments in command line.
https://github.com/Nauxscript/bilive

bilibili bilibili-live bilibili-live-tools

Last synced: about 2 months ago
JSON representation

一个命令行弹幕姬 / display bullet from bilibili live stream comments in command line.

Awesome Lists containing this project

README

        

# bilive

Bilive

命令行 bilibili 弹幕姬。

## Install

pnpm:
```
pnpm i @nauxscript/bilive -g
```

yarn:
```
yarn add @nauxscript/bilive -g
```

npm:
```
npm i @nauxscript/bilive -g
```

注:安装前请确保已有 node 环境。

## Usage

### 开始监听房间号
```
bilive start 房间号
```

如 `bilive start 8726421`,即可开始监控我的直播间的弹幕。

### 查看版本号:
```
bilive -v
```

### 查看帮助:
```
bilive -help
```

## Development

本地开发运行,在项目目录下:

```
pnpm link --global
```

再运行

```
bilive -v
```

若输出的版本带有 `[Testing Version]` 字样,则本地运行成功。