https://github.com/lixh00/web-wechat
基于`Golang`语言和`Gin`框架的个人微信系统,支持ChatGPT
https://github.com/lixh00/web-wechat
ai chatgpt openwechat robot wechat wechaty
Last synced: about 1 year ago
JSON representation
基于`Golang`语言和`Gin`框架的个人微信系统,支持ChatGPT
- Host: GitHub
- URL: https://github.com/lixh00/web-wechat
- Owner: lixh00
- License: apache-2.0
- Created: 2021-10-11T06:03:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-16T06:42:24.000Z (about 3 years ago)
- Last Synced: 2025-04-15T06:52:26.382Z (about 1 year ago)
- Topics: ai, chatgpt, openwechat, robot, wechat, wechaty
- Language: Go
- Homepage:
- Size: 526 KB
- Stars: 99
- Watchers: 7
- Forks: 29
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## WebWechat
基于`Golang`语言和`Gin`框架的个人微信系统,微信协议基于[openwechat](https://github.com/eatmoreapple/openwechat)
## 阿巴阿巴
2022-12-12,跟个风对接了`ChatGPT`,指令格式(@openai是固定句式,不代表任何一个微信账号):
```text
@openai
你要说的话
```
## 使用方式
```shell
# 下载代码
git clone https://xxxx.xxx.xx/xx.git
# 更新依赖
go mod download
# 编译
go build main.go
# 清理无用mod引用
go mod tidy
```
## Docker一键运行
```shell
docker compose up -d
# 或者
docker-compose up -d
```
## Thanks