This is a WhatsApp bot built using the Baileys library to help tag all group members using the .tagall command. It's designed for easy group management in WhatsApp groups, and is customizable for other features.
- Tag all group members with
.tagallcommand - Admin restricted usage (Only group admins can use the commands)
- Simple to set up and customize
This WhatsApp bot helps group admins to quickly tag all group members with a single command. It is designed using the Baileys WhatsApp library for a seamless WhatsApp Web API experience.
The bot is lightweight and can be run on a Node.js environment. The bot supports multi-device WhatsApp features, making it compatible with the latest WhatsApp versions.
You can easily deploy this WhatsApp bot on Replit with one click. Replit will automatically install the necessary dependencies and give you a web environment to run the bot.
- Node.js installed on your system
- Git installed (for cloning the repository)
- Clone the repository:
git clone https://github.com/vaibhavk10/Whatsapp-TagAll-Bot.git cd Whatsapp-TagAll-Bot - Install the dependencies:
npm install
- Run the bot:
node index.js
- Scan the QR code:
Once the bot starts, a QR code will appear in the terminal. Scan this QR code using the Linked Devices feature in WhatsApp to connect your WhatsApp account with the bot.
- .help : to see all commands
- .tagall : Tag all members in a WhatsApp group (admins only)
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
If you like this project, please give it a ⭐️ star on GitHub!