Skip to content

A simple WhatsApp bot to Tag all members in a group with a single command.

Notifications You must be signed in to change notification settings

Shekinah234/Whatsapp-TagAll-Bot

 
 

Repository files navigation

🤖 WhatsApp Tag-All Bot

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.

⚙️ Features

  • Tag all group members with .tagall command
  • Admin restricted usage (Only group admins can use the commands)
  • Simple to set up and customize


📖 About

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.


One-click Deployment on Replit

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.

Run on Replit


🛠️ Setup & Installation

Prerequisites

  • Node.js installed on your system
  • Git installed (for cloning the repository)

Step-by-Step Setup

  1. Clone the repository:
    git clone https://github.com/vaibhavk10/Whatsapp-TagAll-Bot.git
    cd Whatsapp-TagAll-Bot
    
  2. Install the dependencies:
    npm install
  3. Run the bot:
    node index.js

  1. 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.


📝 Commands

  • .help : to see all commands
  • .tagall : Tag all members in a WhatsApp group (admins only)

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

🙌 Contributions

Contributions, issues, and feature requests are welcome! Feel free to check the issues page.

🌟 Show your support

If you like this project, please give it a ⭐️ star on GitHub!

About

A simple WhatsApp bot to Tag all members in a group with a single command.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.6%
  • Nix 0.4%