Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

jkfujr/BililiveRecorder.cli-ds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

简介

截图_2023-04-20_04-01-56

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

演示 https://wll.114514.plus:11111/

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

使用说明

  1. 需要Python 3.10及以上版本

  2. 安装依赖

pip install -r requirements.txt

# 支持SSL (可选)
pip install SSLContext
  1. 添加 API
# 编辑 `./config/rec_api.py` 文件

# 录播姬的api
BililiveRec_API_LIST = [
    "http://录播姬A的IP:端口/api/room",
    "http://录播姬B的IP:端口/api/room"
]
  1. 运行
# Windows
双击 run.bat

# Linux
$ python main.py
  1. 访问 http://127.0.0.1:9101 (默认)

更新计划(饼)

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

联系方式

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

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

相关项目

BililiveRecorder https://github.com/Bililive/BililiveRecorder

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published