alice-baileys
v2.0.10
Published
WhatsApp API Modification By Alice
Downloads
935
Maintainers
Readme
WhatsApp Baileys
Overview
WhatsApp Baileys adalah library open-source berbasis Baileys yang telah dimodifikasi untuk kebutuhan automation dan integrasi WhatsApp skala besar.
Dirancang agar ringan, cepat, dan mudah digunakan, serta mendukung berbagai fitur terbaru dari WhatsApp Multi-Device.
Features
- Custom & automatic pairing
- Interactive message & action buttons
- Album message (multiple images)
- Event message
- Poll result message
- Product message
- Payment request message
- Group & chat management
- Multi-device support
- Lightweight & scalable
Installation
npm install alice-baileys@latest
Usage
import makeWASocket from 'alice-baileys'
const sock = makeWASocket()
sock.ev.on('messages.upsert', async (msg) => { console.log(msg) })
License
MIT License © 2026
