WBOT: A Simple WhatsApp Bot
WBOT is a straightforward, customizable bot for WhatsApp designed to automate replies. Built with Node.js and Puppeteer, it provides a reliable way to handle common messages, allowing you to stay responsive without manual intervention.
The primary goal of WBOT is to be fast, private, and free for personal use. Your data and conversations remain on your machine, ensuring complete privacy.
Key Features
- 🎨 Highly Customizable: Configure all bot behavior through a single
bot.json
file. - 🔒 Complete Privacy: Your data, messages, and contacts stay on your own machine. Nothing is sent to external servers.
- 💬 Automated Replies: Set up rules for exact or partial message matches to trigger automated responses.
- 📁 Media Support: Automatically send files (images, audio, documents) as replies.
- 📥 Media Downloads: Automatically download and save incoming media files.
- 🌐 Webhooks: Integrate with your own services by sending message data to a webhook URL for advanced processing.
- 🖥️ Web Interface: A built-in web server provides a graphical interface to edit bot rules and view the day's messages.
- 👥 Group Message Control: Choose whether the bot should reply in group chats.
- ⚙️ Advanced Filtering: Block specific contacts or create an allowlist to control who the bot interacts with.
Getting Started
Ready to set up your own WhatsApp bot? Head over to the Installation guide to get started, then follow the Quick Start tutorial to get your bot running in minutes.