An open API service indexing awesome lists of open source software.

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

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)