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

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


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

Last synced: about 1 year ago
JSON representation

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/gungho0619/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
```