Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zmh-program/web-mirai-panel

🍉 Web UI 一键配置 ChatGPT Mirai QQ Bot 机器人,支持多实例管理,配置编辑,文件提交,健康检查,终端执行,支持密码访问。 🍉 Web UI of ChatGPT Mirai QQ Bot robot, support for multi-instance management, configuration editing, file submission, health check, terminal execution, support for password access.
https://github.com/zmh-program/web-mirai-panel

chatgpt cqhttp mirai qq-bot web-configurator

Last synced: 2 days ago
JSON representation

🍉 Web UI 一键配置 ChatGPT Mirai QQ Bot 机器人,支持多实例管理,配置编辑,文件提交,健康检查,终端执行,支持密码访问。 🍉 Web UI of ChatGPT Mirai QQ Bot robot, support for multi-instance management, configuration editing, file submission, health check, terminal execution, support for password access.

Awesome Lists containing this project

README

        

# Web ChatGPT Mirai BOT
#### web 图形化界面一键配置 ChatGPT Mirai Bot 聊天机器人

[» 主项目地址 »](https://github.com/lss233/chatgpt-mirai-qq-bot)

> [!note]
> 由于 ChatGPT Mirai Bot 主项目停止支持,此项目生命周期面临结束!

## 功能一览
- 🎃 **一键安装脚本**
- ✨ **Web UI 一键配置**
- 🎄 **上传文件**
- 🔥 **Web 终端**
- 🍒 **Docker 容器监控**
- 🎍 **Electron App**
- 🍏 **自定义设置**

## 编译
运行成功后将在 http://localhost:5000 开始服务。
```shell
pip install -r requirements.txt
python app.py
```
如果服务器开启防火墙,请将 `5000` 端口开启白名单。

### 后台运行
```shell
nohup python app.py &
```

### 停止服务
```shell
sudo kill -9 $(sudo lsof -t -i :5000)
```

## 开源协议
[MIT](https://github.com/zmh-program/web-chatgpt-qq-bot/blob/main/LICENSE)