wechat-robot/README.md
2025-03-27 16:27:41 +08:00

33 lines
719 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 微信机器人管理系统
本项目是一个用于管理微信机器人Docker容器的Web应用。
## 功能
- 环境变量验证登录系统
- 微信机器人(Docker容器)管理
- 添加、删除、查看机器人
- 退出登录
- 微信登录功能
- 联系人列表管理(群和好友)
- 查看群成员
- 聊天记录查看
## 技术栈
- 后端Go (Fiber框架)
- 数据库PostgreSQL
- 前端HTML模板引擎 + TailwindCSS
- 容器Docker API
## 目录结构
- `cmd/`: 应用程序入口
- `internal/`: 内部应用代码
- `migrations/`: 数据库迁移文件
- `templates/`: HTML模板
- `static/`: 静态资源
- `scripts/`: 实用脚本
## 环境要求
- Go 1.24+
- PostgreSQL
- Docker