Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ulivz/progressive-chatgpt-bot
A progressive ChatGPT feishu bot, made for ❤️
https://github.com/ulivz/progressive-chatgpt-bot
bot chatgpt feishu lark progressive
Last synced: 23 days ago
JSON representation
A progressive ChatGPT feishu bot, made for ❤️
- Host: GitHub
- URL: https://github.com/ulivz/progressive-chatgpt-bot
- Owner: ulivz
- License: mit
- Created: 2023-02-18T17:56:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-02-19T09:28:59.000Z (over 1 year ago)
- Last Synced: 2024-08-07T00:27:01.596Z (3 months ago)
- Topics: bot, chatgpt, feishu, lark, progressive
- Language: TypeScript
- Homepage:
- Size: 140 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-gpt - progressive-chatgpt-bot
README
Progressive ChatGPT Bot
An progressive ChatGPT Feishu bot, made to assist my girlfriend's work.## Motivation
### For My Girlfriend
In the work involving a lot of copywriting, [ChatGPT](https://openai.com/blog/chatgpt/) may improve our work efficiency, but my girlfriend does not have a very stable way to use it, especially the use of WeChat may lead to account bans, so I created this project for her.
### Progressive
Many ChatGPT bots reply all messages at one time, which may take a long time, but the goal of this bot will be the same as ChatGPT's official website, you will be able to receive messages as quickly as possible, typing in real time to reply you.
## Quick Start
### 1. Feishu Robot Setup
We need apply a feishu robot, this documentation is still WIP until this package is stable.
### 2. Aircode Setup
Install `progressive-chatgpt-bot` and create a function:
```ts
module.exports = async function(params, context) {
const { getAircodeHandler } = await import('progressive-chatgpt-bot');
const handle = getAircodeHandler({ debug: true })
return handle(params, context);
}
```## Credits
- [chatgpt-api](https://github.com/bestony/chatgpt-api)
- [ChatGPT-Feishu](https://github.com/bestony/ChatGPT-Feishu)## License
MIT © [ULIVZ](https://github.com/ulivz)