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: 3 months 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.
- Host: GitHub
- URL: https://github.com/zmh-program/web-mirai-panel
- Owner: zmh-program
- License: mit
- Archived: true
- Created: 2023-04-21T13:06:13.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T10:37:34.000Z (7 months ago)
- Last Synced: 2024-09-09T12:45:35.838Z (7 months ago)
- Topics: chatgpt, cqhttp, mirai, qq-bot, web-configurator
- Language: Vue
- Homepage: https://chatgpt-qq.deeptrain.net
- Size: 354 KB
- Stars: 221
- Watchers: 5
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ChatGPT-repositories - 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. (CLIs)
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)