web wechat
v1.0.1
Personal WeChat system based on Golang
language and Gin
framework, WeChat protocol is based on openwechat
On 2022-12-12, Follow Gefeng connected to ChatGPT
. The command format (@openai is a fixed sentence pattern and does not represent any WeChat account):
@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