Skip to content

Valdenirmezadri/multidevice

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
        }
    ]
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.5%
  • TypeScript 9.5%