jlucaso1/termux-whatsapp-bot : Focused on sticker creation and simple automation.

In the modern era of instant communication, automation is king. WhatsApp, being the world’s most popular messaging platform (over 2 billion users), is a prime target for automation. Whether you want to auto-reply to customers, manage a group, or schedule messages, a WhatsApp bot is the solution.

Open WhatsApp on your target companion phone, navigate to , and tap Link a Device . Scan the QR code displayed inside your Termux terminal.

Now you'll install the core dependencies required by almost every WhatsApp bot. Run these commands one by one:

: Allow Termux to access your device storage to manage media files or session data: termux-setup-storage Use code with caution. Step 2: Installing Dependencies

cd apks

npm start

These repositories are designed to be cloned and run instantly.

adb install whatsapp-bot.apk

Do you plan to use this for or group management ? Share public link

To interact with the WhatsApp bot, you need to repack the WhatsApp application. This involves modifying the WhatsApp APK to add your bot's functionality.

Next, grant Termux storage access so your bot can read and write files to your phone's shared storage:

: Do not log out of WhatsApp Web from your phone's Linked Devices settings, and do not manually disconnect the bot. The connection is persistent, and disconnecting will require you to re-scan the QR or re-enter the pairing code.

By following this guide, you can create a powerful WhatsApp bot that automates tasks and interacts with users. Happy coding!

BACK TO TOP