These bots are built using Node.js and the Baileys or Venom libraries, which allow them to run efficiently in a terminal environment.
Levanter WhatsApp Bot: One of the most feature-rich bots available. It supports multi-device pairing, auto-status viewing, and media downloading.
KnightBot-MD: A popular, simple-to-deploy bot that uses pairing codes instead of just QR codes, making it easier to set up on a single mobile device.
Cyber-X WhatsApp Bot: Known for its high response speed and modular command structure.
TOHID-AI: A versatile bot that includes AI features, sticker makers, and media downloaders (TikTok, Pinterest, etc.). 🛠️ Quick Start Guide for Termux
Most modern WhatsApp bots follow a similar installation flow in Termux. You will need Git, Node.js, and FFMPEG installed. 1. Prepare Your Environment
Open Termux and run these commands to update your packages and install dependencies:
pkg update && pkg upgrade -y pkg install git nodejs-lts ffmpeg -y Use code with caution. Copied to clipboard 2. Clone and Install Replace the URL with your chosen bot's repository link:
git clone https://github.com/mruniquehacker/Knightbot-md cd Knightbot-md npm install Use code with caution. Copied to clipboard 3. Connect Your Account Run the start command: npm start (or node index.js). The terminal will display a QR Code.
Open WhatsApp on your phone -> Linked Devices -> Link a Device. Scan the QR code in Termux. 💡 Key Bot Features to Look For
When choosing a bot, check the repository's README.md for these capabilities:
Media Downloader: Automatically fetch videos from YouTube, TikTok, or Instagram via link.
Sticker Maker: Convert any image or video you send to the bot into a WhatsApp sticker instantly.
Group Management: Commands for kicking, adding, or promoting members, and setting "Welcome" messages.
AI Integration: Many bots now include OpenAI/ChatGPT integration for smart replies.
Note: Be careful when using automation. Running a bot can sometimes lead to account bans if you send too many automated messages in a short time. Always use a secondary "throwaway" number if you are testing new scripts. whatsapp-bot · GitHub Topics
18 Dec 2025 — A simple WhatsApp bot to manage groups. whatsapp whatsapp-bot knight whatsapp-bot-md whatsapp-bot-multi-device knightbot GitHub
Creating a WhatsApp Bot using Termux and GitHub: A Step-by-Step Guide bot whatsapp termux github link
Are you looking to create a WhatsApp bot that can automate tasks, respond to messages, and engage with your customers? Look no further! In this article, we will explore how to create a WhatsApp bot using Termux, a popular Android terminal emulator, and GitHub, a web-based platform for version control and collaboration.
What is a WhatsApp Bot?
A WhatsApp bot is a computer program that uses the WhatsApp messaging platform to interact with users. WhatsApp bots can be used to automate tasks, provide customer support, and even send notifications. With the rise of messaging platforms, WhatsApp bots have become increasingly popular among businesses and individuals alike.
What is Termux?
Termux is a free and open-source terminal emulator for Android that allows you to run Linux commands and packages on your mobile device. Termux provides a powerful terminal environment that can be used to run a wide range of applications, including bots.
What is GitHub?
GitHub is a web-based platform for version control and collaboration that allows developers to host and manage their code repositories. GitHub provides a centralized location for developers to store and manage their code, making it easy to collaborate with others and track changes.
Prerequisites
Before we dive into creating a WhatsApp bot using Termux and GitHub, make sure you have the following prerequisites:
cd, ls, mkdir, and rm.Step 1: Create a WhatsApp Bot using Twilio
To create a WhatsApp bot, we will use Twilio, a popular cloud communication platform. Twilio provides a WhatsApp Business API that allows you to send and receive messages on WhatsApp.
Account SID, Auth Token, and WhatsApp Business API endpoint.Step 2: Install Required Packages on Termux
Open Termux on your Android device and install the required packages:
pkg update
pkg upgrade
pkg install nodejs
pkg install git
Step 3: Clone the WhatsApp Bot Repository from GitHub
Clone the WhatsApp bot repository from GitHub using the following command:
git clone https://github.com/your-username/whatsapp-bot.git
Replace your-username with your actual GitHub username.
Step 4: Configure the WhatsApp Bot
Navigate to the cloned repository and configure the WhatsApp bot:
cd whatsapp-bot
npm install
Step 5: Configure Environment Variables
Create a new file named .env in the repository root and add your WhatsApp Business API credentials:
TWILIO_ACCOUNT_SID=your_account_sid
TWILIO_AUTH_TOKEN=your_auth_token
TWILIO_WHATSAPP_BUSINESS_API_ENDPOINT=your_whatsapp_business_api_endpoint
Replace the placeholders with your actual WhatsApp Business API credentials.
Step 6: Start the WhatsApp Bot
Start the WhatsApp bot using the following command:
node index.js
Your WhatsApp bot is now up and running!
Step 7: Link Your WhatsApp Bot to Your GitHub Repository
To link your WhatsApp bot to your GitHub repository, create a new file named README.md in the repository root and add the following code:
# WhatsApp Bot
This is a WhatsApp bot created using Termux and GitHub.
## Getting Started
1. Clone the repository using `git clone https://github.com/your-username/whatsapp-bot.git`
2. Configure the WhatsApp bot using `npm install`
3. Start the WhatsApp bot using `node index.js`
## Contributing
Contribute to this repository by forking it and submitting a pull request.
Conclusion
In this article, we explored how to create a WhatsApp bot using Termux and GitHub. We covered the prerequisites, created a WhatsApp bot using Twilio, installed required packages on Termux, cloned the WhatsApp bot repository from GitHub, configured the WhatsApp bot, and linked it to our GitHub repository.
Bot WhatsApp Termux GitHub Link
Here is the GitHub link to the WhatsApp bot repository:
https://github.com/your-username/whatsapp-bot.git
Replace your-username with your actual GitHub username.
Troubleshooting
If you encounter any issues while creating your WhatsApp bot, check the following:
By following this guide, you should be able to create a WhatsApp bot using Termux and GitHub. Happy bot-building! These bots are built using Node
To run a WhatsApp bot on Termux, you typically use an open-source script from GitHub that leverages the library or
to interact with WhatsApp Web. These bots allow you to automate replies, manage groups, and create stickers directly from your Android device. 🤖 Popular WhatsApp Bot Repositories GlobalTechInfo/MEGA-MD
: A high-performance multi-device bot known for speed and AI integration. ZefianAlfian/zzbott
: A simple, beginner-friendly bot specifically optimized for Termux. FantoX/Atlas-MD
: Feature-packed with support for media downloads and group management. jlucaso1/termux-whatsapp-bot
: Focuses on specialized features like an automated sticker maker. 🛠️ Core Features in Termux Bots Multi-Device Support : Works even when your phone is offline. Media Processing
: Convert videos to GIFs, images to stickers, and text to speech. Group Management : Automated kick/add, welcome messages, and link detection. AI Integration : Connects to OpenAI or LLMs to chat naturally with users. 📦 Quick Installation Guide To get started, open and run these commands to prepare your environment: Update packages pkg update && pkg upgrade -y Install requirements pkg install git nodejs ffmpeg -y Clone a repo git clone [GITHUB_LINK] Navigate & Install cd [REPO_NAME] && npm install Start the bot (This will usually display a for you to scan in WhatsApp → Linked Devices). ⚠️ Important Considerations whatsapp-bot · GitHub Topics
Here are the top working GitHub links (multi-device supported):
| Bot Name | GitHub Link | Features | |----------|-------------|----------| | Baileys-based bot | github.com/lyfe00011/whatsapp-bot-md | Media, AI, group tools | | Hisoka-MD | github.com/danieladuan/Hisoka-MD | Stable, easy setup | | Xeon Bot | github.com/DGXeon/CheemsBot-MD4 | Feature-rich, commands | | Killua-Bot | github.com/Killua-Zoldyck07/Killua-MD | Fun & utility |
⚠️ Always check the repo’s
READMEfor Termux-specific instructions.
tmux or pm2 to keep it running after closing the terminal.# Install pm2 to keep bot alive
npm install -g pm2
pm2 start index.js
Navigate into the folder and install the required Node modules:
cd repository-name
npm install
Copy the GitHub link of the bot you want to use and clone it:
git clone https://github.com/username/repository-name.git
(Replace username/repository-name with the actual link).
Example with a popular Baileys-based bot:
cd ~
git clone https://github.com/SamPandey001/Secktor-Md
cd Secktor-Md
Or a minimal starter:
git clone https://github.com/BochilTeam/whatsapp-bot
cd whatsapp-bot
Use the bot whatsapp termux github link of your choice. For this example:
git clone https://github.com/SecktorBot/Secktor-Md
cd Secktor-Md
pkg update && pkg upgrade -y
pkg install nodejs git python wget nano -y