pbwjs
v0.1.1
Published
Powerful Baileys Wrapper for interacting WhatsApp Web API.
Maintainers
Readme
=======
Powerful Baileys Wrapper for interacting WhatsApp Web API.
pbwjs is a wrapper for Baileys. It comes with powerful API method that can easily to interact with WhatsApp Web API.
The structure is simple, all functionalities (send message, misc, etc) similar to open-wa and WWebJS. If you familiar with all these, then you can easily master this library.
Usage/Examples
The usage just like this if you familiar with open-wa and WWebJS:
const { Client } = require("pbwjs");
const client = new Client();
client.on("message:received", (msg) => {
client.sendText(msg.key.from, "Hello!");
});More you can check example.ts
Installation
Install with your favorite package manager:
npm install pbwjsThis project is on going and README.md will always keep update. For now, It just be like this.
