From 5de64ba3d6d135695036cfa20d385f940cf272df Mon Sep 17 00:00:00 2001 From: Jin <439661734@qq.com> Date: Tue, 6 Dec 2022 09:11:56 +0800 Subject: [PATCH 1/2] doc: add Wechat Bot to examples list --- legacy/readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/legacy/readme.md b/legacy/readme.md index 1d501a40..dcbff7b7 100644 --- a/legacy/readme.md +++ b/legacy/readme.md @@ -107,6 +107,8 @@ All of these awesome projects are built using the `chatgpt` package. 🤯 - [Discord Bot](https://github.com/onury5506/Discord-ChatGPT-Bot) - [Lovelines.xyz](https://lovelines.xyz) - [EXM smart contracts](https://github.com/decentldotland/molecule) +- [Wechat Bot](https://github.com/AutumnWhj/ChatGPT-wechat-bot) + - ChatGPT webchart bot is a WeChat assistant based on NodeJS and webchaty If you create a cool integration, feel free to open a PR and add it to the list. From 0230f5d82c62e392a02e43b383d971b6b72b3bcd Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Mon, 5 Dec 2022 22:58:50 -0600 Subject: [PATCH 2/2] Update readme.md --- legacy/readme.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/legacy/readme.md b/legacy/readme.md index dcbff7b7..2d4486c3 100644 --- a/legacy/readme.md +++ b/legacy/readme.md @@ -105,10 +105,9 @@ All of these awesome projects are built using the `chatgpt` package. 🤯 - [Go Telegram Bot](https://github.com/m1guelpf/chatgpt-telegram) - [GitHub ProBot](https://github.com/oceanlvr/ChatGPTBot) - [Discord Bot](https://github.com/onury5506/Discord-ChatGPT-Bot) +- [WeChat Bot](https://github.com/AutumnWhj/ChatGPT-wechat-bot) - [Lovelines.xyz](https://lovelines.xyz) - [EXM smart contracts](https://github.com/decentldotland/molecule) -- [Wechat Bot](https://github.com/AutumnWhj/ChatGPT-wechat-bot) - - ChatGPT webchart bot is a WeChat assistant based on NodeJS and webchaty If you create a cool integration, feel free to open a PR and add it to the list.