https://github.com/manigedit/whatsbot
a run in seconds node app to send Whatsapp messages from your personal account via API call
https://github.com/manigedit/whatsbot
whatsapp-api whatsapp-api-node whatsapp-bot whatsapp-web
Last synced: about 1 month ago
JSON representation
a run in seconds node app to send Whatsapp messages from your personal account via API call
- Host: GitHub
- URL: https://github.com/manigedit/whatsbot
- Owner: manigedit
- Created: 2021-05-10T17:29:29.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-10T17:44:19.000Z (about 5 years ago)
- Last Synced: 2025-04-28T17:01:26.671Z (about 1 year ago)
- Topics: whatsapp-api, whatsapp-api-node, whatsapp-bot, whatsapp-web
- Language: JavaScript
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# whatsbot
A run in seconds node app to send Whatsapp messages from your personal account via API call
- Ever stuck in a hackathon like environment where you need solution to send whatsapp messages to anyone via API call
- Need a temporary whatsapp API integration but can't pass through the hassled Whatsapp's Business policy verifications
- Play with the code and integrate your chatbot with whatsapp
## Limitations
- Unoffocial implemenation, may stop working anytime (Once whatsapp people tweak with their web version )
- Currently only supports sending text messages
- Unstable (I built this over 2 cup of coffees)
## Intructions to run
- npm install
- npm start (After start, you will a QR on the terminal, scan the QR and you're good to go. Alternatively you can call GET: /client_qr to get a text version of the QR)