Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 ❤️

Awesome Lists containing this project

README

        

Progressive ChatGPT Bot


An progressive ChatGPT Feishu bot, made to assist my girlfriend's work.


NPM version
NPM downloads
Build Status

## 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)