Unlock the power of seamless communication with our WhatsApp service! ๐ Send messages effortlessly using our user-friendly REST API. Plus, meet our Sticker Converter Bot, adding a touch of fun to your chats! ๐ Connect, converse, and convert with ease โ all in one place!
This service use Baileys as core package
-
REST APIs send messages, including text, images, locations, etc
-
Sticker Bot
Bot for converting images to stickers.
-
View once downloader Bot
Bot for downloading view once messages.
-
View once forwarder Bot
Bot for forwarding view once messages to connected users.
-
Deleted message forwarder Bot
Bot for forwarding all deleted messages to connected users.
- Sticker Bot
- Every WhatsApp image message appears with the caption
#sticker
or#convert_sticker
. The bot then immediately converts and sends it to the sender. - Every WhatsApp image message replied with the caption
#sticker
or#convert_sticker
. The bot then immediately converts and sends it to the sender.
- Every WhatsApp image message appears with the caption
- View once downloader Bot
- Every WhatsApp view once message appears with the caption
#download_view_once
. The bot then immediately converts and sends it to the - Every WhatsApp view once message replied with the caption
#download_view_once
. The bot then immediately converts and sends it to the sender.
- Every WhatsApp view once message appears with the caption
- View once forwarder Bot
- Every view once message that appears is immediately converted and sent to the authenticated user.
- NB. This is not the default bot, you should update the code to run it.
- Deleted message forwarder
- Every deleted messages will be automatically forwarded to the authenticated user along with the original content.
- NB. This feature is exclusively supported with the database authentication method.
- File method
- Database method (postgresql)
- Clone the repository.
- Install dependencies.
- Copy
example.env
to.env
and replace the values with the required configurations. - Run the application.
- Link WhatsApp to the application via the QR code displayed in the terminal (set the environment variable QR_TERMINAL to true).
- The application is connected.
- The application is ready, and the bot is listening for new messages.