Nauxscript / bilive

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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] 字样,则本地运行成功。

About

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

License:GNU General Public License v3.0


Languages

Language:TypeScript 99.7%Language:JavaScript 0.3%