It's a whatsapp bot but the desing pattern is like a dial, *123# or something similar when you do USSD or SMS banking.
- If you're looking for REST API version, you can go here: https://github.com/snowfluke/wagate
- For more process-oriented whatsapp bot without a REST API, you can visit: https://github.com/snowfluke/wajs-bot-boilerplate
- Auto back button & exit button
- Easy to develop, adding a new command? just make a new file inside
commands/
folder - Shortcode! 1231*1#
- Type-safety with typescript
- Ready to deploy with pre-configure Docker-script (tested on Railway)
Check config.json inside config
folder
Try by chatting *123#
npm install
npm run build
npm run start
npm run dev
- Delete
.wwebjs_auth
folder - Delete
node_modules
folder - Delete
package-lock.json
file - Logout the linked devices on your Whatsapp
- Remove
whatsapp-web.js
frompackage.json
- Run
npm install github:pedroslopez/whatsapp-web.js#webpack-exodus