Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jkfujr/BililiveRecorder.cli-ds
一个用python简单实现的录播姬命令行的信息展示(
https://github.com/jkfujr/BililiveRecorder.cli-ds
Last synced: 12 days ago
JSON representation
一个用python简单实现的录播姬命令行的信息展示(
- Host: GitHub
- URL: https://github.com/jkfujr/BililiveRecorder.cli-ds
- Owner: jkfujr
- License: gpl-3.0
- Archived: true
- Created: 2023-04-13T09:48:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-22T08:53:12.000Z (10 months ago)
- Last Synced: 2024-08-01T02:28:00.431Z (3 months ago)
- Language: Python
- Size: 850 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-bilibili-extra - BililiveRecorder.cli-ds - 一个用 python 简单实现的录播姬命令行的信息展示.![Python](svg/python.svg?raw=true) (直播相关工具 / 直播脚本)
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