The integration will allow users to interact with ChatGPT via text messages on WhatsApp, providing automated responses based on their questions and commands
Clone this project with the command:
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:
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.
npm start
yarn start