web wechat
v1.0.1
基於Golang
語言和Gin
框架的個人微信系統,微信協定基於openwechat
2022-12-12,跟個風對接了ChatGPT
,指令格式(@openai是固定句式,不代表任何一個微信帳號):
@openai
你要说的话
# 下载代码
git clone https://xxxx.xxx.xx/xx.git
# 更新依赖
go mod download
# 编译
go build main.go
# 清理无用mod引用
go mod tidy
docker compose up -d
# 或者
docker-compose up -d