玩一玩cahtGPT对接微信.实现 自动通过好友申请、用户私聊回复、群聊艾特回复
go get github.com/eatmoreapple/openwechat
export OpenApiKey="" # chatGPT api key
export AutoPassFriendRequests = "true"
go env -w OpenApiKey="" # chatGPT api key
go env -w AutoPassFriendRequests = "true"
git clone https://github.com/jeffcail/go-wechat-bot.git
åcd go-wechat-bot
go run main.go