whatsvi
v1.0.14
Published
Whatsapp API
Readme
Whatsvi - Typescript/Javascript WhatsApp Web API
Whatsvi does not require Selenium or any other browser to be interface with WhatsApp Web, it does so directly using a WebSocket. Not running Selenium or Chromimum saves you like half a gig of ram :/
Example
Do check out & run example.ts to see example usage of the library. The script covers most common use cases. To run the example script, download or clone the repo and then type the following in terminal:
cd path/to/Whatsvinpm installnpm run example
