Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/djun/wechatbot
为个人微信接入ChatGPT
https://github.com/djun/wechatbot
Last synced: about 1 month ago
JSON representation
为个人微信接入ChatGPT
- Host: GitHub
- URL: https://github.com/djun/wechatbot
- Owner: djun
- Created: 2022-12-07T03:50:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-10T03:24:23.000Z (about 1 year ago)
- Last Synced: 2024-08-03T01:25:49.914Z (4 months ago)
- Size: 6.84 KB
- Stars: 897
- Watchers: 11
- Forks: 1,005
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ChatGPT-repositories - wechatbot - 为个人微信接入ChatGPT (Chatbots)
- awesome-hacking-lists - djun/wechatbot - 为个人微信接入ChatGPT (Go)
- awesome-gpt - For personal WeChat ChatGPT access
README
# wechatbot
最近chatGPT异常火爆,想到将其接入到个人微信是件比较有趣的事,所以有了这个项目。项目基于[openwechat](https://github.com/eatmoreapple/openwechat)
开发
###目前实现了以下功能
+ 群聊@回复
+ 私聊回复
+ 自动通过回复
# 注册openai
chatGPT注册可以参考[这里](https://juejin.cn/post/7173447848292253704)# 安装使用
````
# 获取项目
git clone https://github.com/869413421/wechatbot.git# 进入项目目录
cd wechatbot# 复制配置文件
copy config.dev.json config.json# 启动项目
go run main.go启动前需替换config中的api_key