Mudbot is an unofficial, self-hosted WhatsApp automation platform leveraging Mudslide. Users can schedule and trigger messages securely via a REST API, ensuring their data remains encrypted and inaccessible to server owners. Ideal for developers seeking user-controlled communication solutions while minimizing ban risks.
Mudbot is an unofficial, self-hosted WhatsApp messaging automation platform designed for efficient message scheduling and real-time delivery. Powered by Mudslide, this tool offers a secure and scalable solution with user-controlled encryption, ideal for developers and businesses looking to streamline their messaging operations without compromising privacy.
Experience Mudbot in action at watobot.xyz, where users can sign up, schedule messages, and explore the API functionalities.
Mudbot implements a message queueing system to address spam detection concerns. Outgoing messages are serialized and sent one at a time, helping maintain compliance with WhatsApp’s guidelines and reducing the risk of account suspension.
To connect your WhatsApp account:
http://localhost:3000.Send a Message:
curl -X POST https://<domain>/api/message \
-H "x-api-key: <your-api-key>" \
-H "Content-Type: application/json" \
-d '{"to": "919876543210", "message": "Hello!"}'
Create a Scheduled Message:
curl -X POST https://<domain>/api/schedules \
-H "x-api-key: <your-api-key>" \
-H "Content-Type: application/json" \
-d '{"name": "Daily Reminder", "recipients": ["919876543210"], "message": "Good morning!", "timezone": "Asia/Kolkata", "localTime": "09:00", "frequency": "Daily"}'
This project is intended for educational purposes only. Any use of unofficial WhatsApp automation may violate WhatsApp's Terms of Service, and the author disclaims any liability for account bans that may arise from usage.
No comments yet.
Sign in to be the first to comment.