Skip to content

ditss-dev/baileys

Repository files navigation

Baileys - Typescript/Javascript WhatsApp Web API

Important Note

The original repository was initially removed by its creator and subsequently taken over by WhiskeySockets. Building upon this foundation, I have implemented several enhancements and introduced new features that were not present in the original repository. These improvements aim to elevate functionality and provide a more robust and versatile experience.

Install

Install in package.json:

"dependencies": {
    "baileys": "github:ditss-dev/baileys"
}

or install in terminal:

npm install baileys@github:ditss-dev/baileys

Then import the default function in your code:

// type esm
import makeWASocket from 'baileys'
// type cjs
const { default: makeWASocket } = require("baileys")

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published