2.6.0 • Published 3 years ago

md-wa-2 v2.6.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Research about Multidevice

This repository does not require Selenium or any other browser to be interface with WhatsApp Web, it does so directly using a WebSocket.

Requirements

In our tests this repository depends on node 16 or higher.

Node: v16.x

Example

To run the example script, download or clone the repo and then type the following in terminal:

  1. cd multidevice
  2. npm install
  3. npm start

Debug

to debug the code, create a "launch.json" file inside the ".vscode" folder

{
    "version": "0.2.0",
    "configurations": [
        {
            "command": "npm start",
            "name": "Run debugger",
            "request": "launch",
            "type": "node-terminal"
        }
    ]
}
2.3.0

3 years ago

2.2.1

3 years ago

2.1.2

3 years ago

2.2.0

3 years ago

2.1.1

3 years ago

2.0.2

3 years ago

2.5.0

3 years ago

2.4.1

3 years ago

2.4.0

3 years ago

2.3.1

3 years ago

2.1.3

3 years ago

2.6.0

3 years ago

2.4.2

3 years ago

2.4.5

3 years ago

2.1.0

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.0

3 years ago