最近chatGPT异常火爆,想到将其接入到个人微信是件比较有趣的事,所以有了这个项目。项目基于openwechat 开发
- 群聊@回复
- 私聊回复
- 自动通过回复
chatGPT注册可以参考这里
//获取项目
git clone https://github.com/malsony/wechatbot.git
//进入项目目录
cd wechatbot
//复制配置文件
//启动前需替换config.json中的api_key
copy config.dev.json config.json
//更新module(s)
go mod tidy
//启动项目
go run main.go