https://github.com/novbytes/baileyspp
Supercharge your WhatsApp bots with our enhanced Baileys implementation featuring SQLite & MongoDB support
https://github.com/novbytes/baileyspp
baileys wab-bot wabot whatsapp whatsapp-api whatsapp-bot whatsapp-bot-automation whatsapp-bot-js whatsappbot whatsappbotjs
Last synced: 29 days ago
JSON representation
Supercharge your WhatsApp bots with our enhanced Baileys implementation featuring SQLite & MongoDB support
- Host: GitHub
- URL: https://github.com/novbytes/baileyspp
- Owner: novbytes
- License: other
- Created: 2025-04-29T10:22:11.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-04-30T09:14:33.000Z (about 1 month ago)
- Last Synced: 2025-05-10T18:28:58.697Z (about 1 month ago)
- Topics: baileys, wab-bot, wabot, whatsapp, whatsapp-api, whatsapp-bot, whatsapp-bot-automation, whatsapp-bot-js, whatsappbot, whatsappbotjs
- Language: JavaScript
- Homepage: https://kusoft.fun/project/baileysPP
- Size: 2.82 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
Baileys++## Important Note
The original repository was initially removed by its creator and subsequently taken over by [WhiskeySockets](https://github.com/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:
```json
"dependencies": {
"baileys": "github:adjidev/baileyspp"
}
```
or install in terminal:
```
npm install baileys@github:adjidev/baileyspp
```Then import the default function in your code:
```ts
// type esm
import makeWASocket from '@adjidev/baileyspp'
``````js
// type cjs
const { default: makeWASocket } = require("@adjidev/baileyspp")
```## New Features and Improvements
Here are some of the features and improvements I have added:- **SQLite Auth State:** Now supports SQLite for smaller production environments, providing a lightweight solution for authentication state storage.
- **MongoDB Auth State:** Supports MongoDB for larger-scale, high-production environments, ensuring scalability and reliability for authentication storage.
More features and improvements will be added in the future.
### Yoo guys please Check Out [here](https://kusoft.fun/project/baileysPP) to see documentation
## Reporting Issues
If you encounter any issues while using this repository or any part of it, please feel free to open a [new issue](https://github.com/adjidev/baileyspp/issues) here.## Notes
Everything other than the modifications mentioned above remains the same as the original repository. You can check out the original repository at [WhiskeySockets](https://github.com/WhiskeySockets/Baileys)