From bc103a9d980350263d3e19d8d516acacd799d6ea Mon Sep 17 00:00:00 2001 From: Jun Han Date: Fri, 24 Mar 2023 21:53:02 +0800 Subject: [PATCH 1/4] docs: add one WeChat Bot to readme --- legacy/readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/legacy/readme.md b/legacy/readme.md index babe9a89..af7568b6 100644 --- a/legacy/readme.md +++ b/legacy/readme.md @@ -439,6 +439,7 @@ All of these awesome projects are built using the `chatgpt` package. 🤯 - [WeChat Bot #3](https://github.com/wangrongding/wechat-bot) ( - [WeChat Bot #4](https://github.com/darknightlab/wechat-bot) - [WeChat Bot #5](https://github.com/sunshanpeng/wechaty-chatgpt) +- [WeChat Bot #6](https://github.com/formulahendry/chatgpt-wechat-bot) - [QQ Bot (plugin for Yunzai-bot)](https://github.com/ikechan8370/chatgpt-plugin) - [QQ Bot (plugin for KiviBot)](https://github.com/KiviBotLab/kivibot-plugin-chatgpt) - [QQ Bot (oicq)](https://github.com/easydu2002/chat_gpt_oicq) From e97bf936fbba22a7ebb5672a5d695e95ca3248b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E6=A3=AE?= Date: Sat, 25 Mar 2023 09:34:28 +0800 Subject: [PATCH 2/4] docs: add one WeChat Bot to readme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks 🙏 --- legacy/readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/legacy/readme.md b/legacy/readme.md index babe9a89..c3bdb074 100644 --- a/legacy/readme.md +++ b/legacy/readme.md @@ -484,6 +484,7 @@ All of these awesome projects are built using the `chatgpt` package. 🤯 - [Next.js ChatGPT With Firebase](https://github.com/youngle316/chatgpt) - [ai-commit – GPT-3 Commit Message Generator](https://github.com/insulineru/ai-commit) - [AItinerary – ChatGPT itinerary Generator](https://aitinerary.ai) +- [wechaty-chatgpt - A chatbot based on Wechaty & ChatGPT](https://github.com/zhengxs2018/wechaty-chatgpt) If you create a cool integration, feel free to open a PR and add it to the list. From 7884582b2e7e8403b98bd8ca1cafc1e69b959c3c Mon Sep 17 00:00:00 2001 From: Elitezen Date: Sat, 25 Mar 2023 17:12:20 -0400 Subject: [PATCH 3/4] Added discordjs-chatgpt under Projects --- legacy/readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/legacy/readme.md b/legacy/readme.md index babe9a89..370766c7 100644 --- a/legacy/readme.md +++ b/legacy/readme.md @@ -484,6 +484,7 @@ All of these awesome projects are built using the `chatgpt` package. 🤯 - [Next.js ChatGPT With Firebase](https://github.com/youngle316/chatgpt) - [ai-commit – GPT-3 Commit Message Generator](https://github.com/insulineru/ai-commit) - [AItinerary – ChatGPT itinerary Generator](https://aitinerary.ai) +- [discordjs-chatgpt](https://github.com/Elitezen/discordjs-chatgpt) Discord.JS ChatGPT command plugin If you create a cool integration, feel free to open a PR and add it to the list. From 1a3c9bfa063008e35a23e61d11d676c69ec4524e Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Mon, 27 Mar 2023 22:11:15 -0500 Subject: [PATCH 4/4] Update readme.md --- legacy/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/readme.md b/legacy/readme.md index 370766c7..9c5b9aba 100644 --- a/legacy/readme.md +++ b/legacy/readme.md @@ -433,6 +433,7 @@ All of these awesome projects are built using the `chatgpt` package. 🤯 - [Discord Bot #4 (selfbot)](https://github.com/0x7030676e31/cumsocket) - [Discord Bot #5](https://github.com/itskdhere/ChatGPT-Discord-BOT) - [Discord Bot #6 (Shakespeare bot)](https://gist.github.com/TheBrokenRail/4b37e7c44e8f721d8bd845050d034c16) +- [Discord Bot #7](https://github.com/Elitezen/discordjs-chatgpt) - [Zoom Chat](https://github.com/shixin-guo/my-bot) - [WeChat Bot #1](https://github.com/AutumnWhj/ChatGPT-wechat-bot) - [WeChat Bot #2](https://github.com/fuergaosi233/wechat-chatgpt) @@ -484,7 +485,6 @@ All of these awesome projects are built using the `chatgpt` package. 🤯 - [Next.js ChatGPT With Firebase](https://github.com/youngle316/chatgpt) - [ai-commit – GPT-3 Commit Message Generator](https://github.com/insulineru/ai-commit) - [AItinerary – ChatGPT itinerary Generator](https://aitinerary.ai) -- [discordjs-chatgpt](https://github.com/Elitezen/discordjs-chatgpt) Discord.JS ChatGPT command plugin If you create a cool integration, feel free to open a PR and add it to the list.