Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/Nauxscript/bilive
- Owner: Nauxscript
- License: gpl-3.0
- Created: 2023-01-03T09:19:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-22T08:40:34.000Z (6 months ago)
- Last Synced: 2024-09-23T13:39:21.465Z (3 months ago)
- Topics: bilibili, bilibili-live, bilibili-live-tools
- Language: TypeScript
- Homepage:
- Size: 270 KB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-bilibili-extra - Bilive - 命令行 bilibili 弹幕姬.![TypeScript](svg/tsnode.svg?raw=true) (直播相关工具 / 直播脚本)
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]` 字样,则本地运行成功。