create-mataram-bot
v2.2.0
Published
Scaffold a WhatsApp bot with @mataram/wa
Readme
Create Mataram Bot
Scaffold a WhatsApp bot powered by @mataram/wa.
Usage
npx create-mataram-bot my-bot 6281234567890
cd my-bot
npm install
npm startFeatures
- Auto pairing code
- Auto reconnect with exponential backoff
- Rich response (markdown — tables, code blocks, mentions)
- Native flow buttons (quick reply, URL, call)
- List select (single-select sections)
- HD media (images with
isHd: true) - KeepInChat (prevent messages from disappearing)
- Polls, events, albums, reactions
- Account state checking (reachout timelock, message caps)
- Disappearing messages toggle (groups)
- Production-ready structure
