An open API service indexing awesome lists of open source software.

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

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

JetBrains