0.3.26 • Published 1 year ago

progressive-chatgpt-bot v0.3.26

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

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

0.3.26

1 year ago

0.3.25

1 year ago

0.3.23

1 year ago

0.3.22

1 year ago

0.3.21

1 year ago

0.3.20

1 year ago

0.3.19

1 year ago

0.3.18

1 year ago

0.3.17

1 year ago

0.3.16

1 year ago

0.3.15

1 year ago

0.3.14

1 year ago

0.3.13

1 year ago

0.3.12

1 year ago

0.3.11

1 year ago

0.3.10

1 year ago

0.3.9

1 year ago

0.3.8

1 year ago

0.3.7

1 year ago

0.3.6

1 year ago

0.3.5

1 year ago

0.3.4

1 year ago

0.3.3

1 year ago

0.3.2

1 year ago

0.3.1

1 year ago

0.3.0

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago