Ruuning simple WhatsApp bot thru' Node.js
- Saying hello
- Getting the time response
- Echo features
- The chatbot will respond the same message sent
Prepare terminal (MacOS/Linux) or Command Prompt (Windows) ammunition and type
git clone https://github.com/daimessdn/simple-wa-bot.git
cd simple-wa-bot
npm install- Prepare project installation (refer to Installation above)
- Run project by typing
npm run dev(alternatively:nodemon index.js) - Using your WhatsApp, link your device by scanning QR code generated once the project run.
- Wait until the client ready.
- Now you can try the simple chatbot
