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

https://github.com/mohnate/whatsapp-gpt

The WhatsApp Bot integration enables users to interact with ChatGPT through text messages on WhatsApp, delivering automated responses to their inquiries and commands.
https://github.com/mohnate/whatsapp-gpt

Last synced: about 1 year ago
JSON representation

The WhatsApp Bot integration enables users to interact with ChatGPT through text messages on WhatsApp, delivering automated responses to their inquiries and commands.

Awesome Lists containing this project

README

          

# zap-gpt

The integration will allow users to interact with ChatGPT via text messages on WhatsApp, providing automated responses based on their questions and commands

## Technologies

- [OpenAI](https://beta.openai.com/)
- [whatsapp-web.js](https://wwebjs.dev/)

## Run the project

Clone this project with the command:

```bash
git clone https://github.com/mohnate/whatsapp-gpt.git
```

Go to the .env.example file and rename it to .env, and change the values ​​necessary for it to work.

Now install the project dependencies with the command:

```bash
npm install
yarn

```

Finally, run the command below to start the project and read the QR Code with your WhatsApp to connect to the service.

```bash
npm start
yarn start
```