Skip to content

yohannaftali/open-wa-bot-response-message

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

open-wa-bot-response-message

Bot response message with open wa

Requirement

node.js (https://nodejs.org/en/download/) git (https://git-scm.com/downloads)

To Use

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

To Login

Scan QR from your whatsapp application

To Try

From another whatsapp account, try type Hi, your app will reply to the message

To ...

Go to https://docs.openwa.dev/

Windows User

If your script blocked by system.

  1. Open shell with Administrator privileges
  2. Run command:
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
  1. Confirm Y

About

Bot response message with open wa

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published