Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/santosl2/wpp-chatgpt
Make your whatsapp BOT talk like a human using ChatGPT!
https://github.com/santosl2/wpp-chatgpt
artificial-intelligence bot bot-api chatbot chatgpt chatgpt-api chatgpt3 ia javascript nodejs whatsapp-automation whatsapp-bot whatsapp-chatgpt whatsapp-web
Last synced: 24 days ago
JSON representation
Make your whatsapp BOT talk like a human using ChatGPT!
- Host: GitHub
- URL: https://github.com/santosl2/wpp-chatgpt
- Owner: Santosl2
- License: apache-2.0
- Created: 2023-01-14T02:33:59.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-04T02:43:17.000Z (over 1 year ago)
- Last Synced: 2024-12-19T20:07:17.503Z (24 days ago)
- Topics: artificial-intelligence, bot, bot-api, chatbot, chatgpt, chatgpt-api, chatgpt3, ia, javascript, nodejs, whatsapp-automation, whatsapp-bot, whatsapp-chatgpt, whatsapp-web
- Language: JavaScript
- Homepage:
- Size: 367 KB
- Stars: 86
- Watchers: 8
- Forks: 84
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Whatsapp Chat GPT
Whatsapp Chat GPT is a simple Whatsapp bot that consuming OpenIA API. You can make your questions and get your responses inside Whatsapp.
## Demo video
https://user-images.githubusercontent.com/67132916/212448427-d70eceb9-b59b-49f9-8c23-0c4654a312ff.mp4
## Technologies
- [OpenIA](https://beta.openai.com/)
- [wa-automate-nodejs](https://github.com/open-wa/wa-automate-nodejs)## Localy run
Clone this project
```bash
git clone [email protected]:Santosl2/wpp-chatgpt.git
```Enter in repository project folder
Go to the .env.example and rename it to .env, and change the OPENAI_API_KEY to your Chat GPT API Key
Now, install the dependencies
```bash
npm install
```Run the BOT and scan QR Code
```bash
npm run start
```## License
[Apache 2.0](https://choosealicense.com/licenses/apache-2.0/)