Skip to content

jeffcail/go-wecaht-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-wechat-bot

玩一玩cahtGPT对接微信.实现 自动通过好友申请、用户私聊回复、群聊艾特回复

wechat SDK

go get github.com/eatmoreapple/openwechat

配置

Mac/Linux
export OpenApiKey="" # chatGPT api key
export AutoPassFriendRequests = "true"
Windows
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

About

玩一玩cahtGPT对接微信.实现 自动通过好友申请、用户私聊回复、群聊艾特回复

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages