progressive-chatgpt-bot
TypeScript icon, indicating that this package has built-in type declarations

0.3.26 • Public • Published

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 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:

module.exports = async function(params, context) {
  const { getAircodeHandler } = await import('progressive-chatgpt-bot');
  const handle = getAircodeHandler({ debug: true })
  return handle(params, context);
}

Credits

License

MIT © ULIVZ

Package Sidebar

Install

npm i progressive-chatgpt-bot

Weekly Downloads

1

Version

0.3.26

License

none

Unpacked Size

973 kB

Total Files

20

Last publish

Collaborators

  • ulivz