Bot response message with open wa
node.js (https://nodejs.org/en/download/) git (https://git-scm.com/downloads)
To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
git clone https://github.com/yohannaftali/open-wa-bot-response-message
# Go into the app folder
cd open-wa-bot-response-message
cd app
# Initialize project
npm init --yes
# Install open-wa with npm
npm i --save @open-wa/wa-automate@latest
# Run the app
node index.js
Scan QR from your whatsapp application
From another whatsapp account, try type Hi, your app will reply to the message
Go to https://docs.openwa.dev/
If your script blocked by system.
- Open shell with Administrator privileges
- Run command:
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
- Confirm Y