Test the WhatsApp bot by sending a message to the bot's phone number.
If your bot stops working after installation (blank screen, loss of internet connection, or device restart), navigate back to the bot directory with cd Yuki_Suou-Bot and restart it with npm start .
Clear the session folder: rm -rf session (or whichever folder stores your login tokens). Restart the bot and scan the fresh QR code.
Once the bot is running, you must link it to your WhatsApp account: QR Code Method
To make sure we get your bot up and running perfectly, let me know:
: Includes features like autoread and an image inspector directly through the terminal.
npm start # or node index.js
Last updated: February 2025. Due to WhatsApp’s frequent updates, some methods may change. Always refer to the latest README on your chosen GitHub repository.
📲 Step 5: Linking the Bot to WhatsApp (QR Code / Pairing Code)
on: push: branches: [ main ]
Genjhur-BOT (GitHub user JhurgenOFC) is a comprehensive Spanish-language bot that packs an impressive array of features: voice and text interaction, group configuration tools (anti-delete, anti-link, anti-spam), customizable welcome messages, built-in games (tic-tac-toe, math puzzles), chatbot capabilities via SimSimi, automatic sticker creation from images/videos/GIFs, YouTube music and video downloads, Google search integration, and even a role-playing game module. Its installation process uses the standard git clone followed by yarn install and npm start .
# After installing Termux from F-Droid, update packages pkg update && pkg upgrade -y
The first time you start it, a unique will be generated in your Termux terminal. Open WhatsApp on your phone ➔ tap on the three dots (menu) ➔ select "Linked Devices" ➔ tap "Link a Device" and scan the QR code displayed on your screen.
For running a full WhatsApp bot on Termux using GitHub, you generally follow a sequence of updating your packages, installing dependencies like Node.js and FFmpeg, cloning the repository, and linking your account via a QR code or pairing code. Popular WhatsApp Bot Repositories