https://github.com/djun/wechatbot
项目基于openwechat 最新版本 开发 ###目前实现了以下功能
- 群聊@回复
- 私聊回复
- 自动通过回复
- 回复心跳(但还是会出现微信退出,openwechat文档有说需要两微信相互发消息才不会退出)
- 添加telegram接入
- 添加公众号接入
chatGPT注册可以参考这里
# 获取项目
git clone https://github.com/ericsource/wechatbot.git
# 进入项目目录
cd wechatbot
# 复制配置文件
copy config.dev.json config.json
# 启动项目
go run main.go
启动前需替换config中的api_key
# teletgram 配置文件
"telegram_proxy": "sock5://127.0.0.1:7890",
"telegram_token": ""
# 启动telegram
go run telegram.go
# 下载 official-account-amd64-linux 或 telegram-amd64-linux (目前只支持linux)
1. 添加config.json文件
2. 执行
./official-account-amd64-linux
./telegram-amd64-linux
curl --socks5 127.0.0.1:1080 http://httpbin.org/ip
./build.sh
nohup ./restart.sh >/dev/null 2>log &
./official-account-amd64-linux
./telegram-amd64-linux