https://github.com/spongejump/whatsapp-gpt
https://github.com/spongejump/whatsapp-gpt
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/spongejump/whatsapp-gpt
- Owner: spongejump
- Created: 2024-09-17T09:03:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-17T09:38:25.000Z (over 1 year ago)
- Last Synced: 2025-04-01T14:14:58.484Z (about 1 year ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 3
- 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/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
```