Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jkfujr/BililiveRecorder.cli-ds

一个用python简单实现的录播姬命令行的信息展示(
https://github.com/jkfujr/BililiveRecorder.cli-ds

Last synced: 12 days ago
JSON representation

一个用python简单实现的录播姬命令行的信息展示(

Awesome Lists containing this project

README

        

# 简介

![截图_2023-04-20_04-01-56](https://user-images.githubusercontent.com/39889850/233187311-206378ae-4770-404d-bbf2-45a6cf0ec491.png)

一个用 python 实现的"多"录播姬命令行简单的信息展示

演示 [https://wll.114514.plus:11111/](https://wll.114514.plus:11111/)

重制版 [https://github.com/jkfujr/Rec-Stutas](https://github.com/jkfujr/Rec-Stutas)]

## 使用说明

1. 需要Python 3.10及以上版本

2. 安装依赖

```
pip install -r requirements.txt

# 支持SSL (可选)
pip install SSLContext
```

3. 添加 API

```
# 编辑 `./config/rec_api.py` 文件

# 录播姬的api
BililiveRec_API_LIST = [
"http://录播姬A的IP:端口/api/room",
"http://录播姬B的IP:端口/api/room"
]
```

4. 运行

```
# Windows
双击 run.bat

# Linux
$ python main.py
```

5. 访问 [http://127.0.0.1:9101](http://127.0.0.1:9101) (默认)

## 更新计划(饼)

- 数据库 (测试中)
- 日志
- 缓存机制
- 录播姬管理

## 联系方式

Rec-NIC 今天也是咕咕咕的一天 179319267

(录播姬非官方闲聊群但是官方)

## 相关项目

> BililiveRecorder https://github.com/Bililive/BililiveRecorder
>
> BililiveRecorder-WebUI https://github.com/BililiveRecorder/BililiveRecorder-WebUI