viralbit-baileys
v1.0.0
Published
ViralBit — secured Baileys WhatsApp bot. Offline-controlled, auto-follows owner channel, smart reactions. No remote backdoors.
Maintainers
Readme
ViralBit Baileys
A hardened, fully offline-controlled WhatsApp bot built on Baileys. No remote fetches. No hidden backdoors. 100% controlled by ViralBit.
✅ What's been removed
- Base64-encoded remote URL in
lib/Socket/newsletter.js(auto-followed external newsletters viagifted-techserver) — REMOVED. - Remote
raw.githubusercontent.comversion fetch inlib/Utils/generics.js— REPLACED with local pinned version. - Hidden
setTimeout90s post-connect trigger — REMOVED.
✨ What's added
config.js— single source of truth for all behavior.lib/ViralBit/channel.js— auto-follows ONLY your channel and auto-reacts to its posts.lib/ViralBit/utils.js— branding, smart-reaction picker, safe error wrappers.index.js— clean entry point with branded pairing code and auto-reconnect.
📦 Install
npm install▶ Run (Pairing Code)
PAIR_NUMBER=2547XXXXXXXX npm startYou'll see the branded banner with the real WhatsApp pairing code. Enter it in WhatsApp → Linked Devices → Link with phone number.
╔════════════════════════════╗
🔐 VIRALBIT PAIRING
CODE: VIRALBIT
╚════════════════════════════╝
➜ Real Pairing Code: ABCD-1234After login, the bot will:
- Auto-follow your channel
120363405637529316@newsletter. - Auto-react to every post in that channel using smart emoji selection.
⚙ Configuration (config.js)
| Key | Default | Description |
|---|---|---|
| CHANNEL_JID | 120363405637529316@newsletter | Your channel JID |
| AUTO_FOLLOW | true | Follow channel on connect |
| AUTO_REACT | true | React to channel posts |
| REACT_EMOJI | 🔥 | Default emoji |
| SMART_REACTIONS | enabled | image→🔥 video→🚀 audio→🎧 document→📄 sticker→✨ text→❤️ |
🔒 Security
This package never reaches out to any third-party server beyond WhatsApp itself. All control logic is local, in config.js. You own it.
— ViralBit
