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.
- Host: GitHub
- URL: https://github.com/mohnate/whatsapp-gpt
- Owner: mohnate
- Created: 2025-01-22T23:22:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-22T23:24:25.000Z (over 1 year ago)
- Last Synced: 2025-01-23T00:25:08.751Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```