Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mruniquehacker/knightbot
A simple WhatsApp bot to manage groups
https://github.com/mruniquehacker/knightbot
best-whatsapp-bot bot github-whatsapp-bot knight-bot-github knight-bot-md knightbot knightbot-whatsapp-bot mr-unique-hacker mruniquehacker night-bot whatsapp whatsapp-bot whatsapp-bot-md whatsapp-bot-multi-device whatsapp-multi-device whatsappbots
Last synced: 4 days ago
JSON representation
A simple WhatsApp bot to manage groups
- Host: GitHub
- URL: https://github.com/mruniquehacker/knightbot
- Owner: mruniquehacker
- Created: 2024-10-02T16:06:55.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-13T11:22:24.000Z (23 days ago)
- Last Synced: 2025-01-25T04:13:43.023Z (11 days ago)
- Topics: best-whatsapp-bot, bot, github-whatsapp-bot, knight-bot-github, knight-bot-md, knightbot, knightbot-whatsapp-bot, mr-unique-hacker, mruniquehacker, night-bot, whatsapp, whatsapp-bot, whatsapp-bot-md, whatsapp-bot-multi-device, whatsapp-multi-device, whatsappbots
- Language: JavaScript
- Homepage: https://www.youtube.com/@mr_unique_hacker
- Size: 384 KB
- Stars: 911
- Watchers: 2
- Forks: 2,265
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🤖 Knight Bot
This is a WhatsApp bot built using the Baileys library for group management, including features like tagging all members, muting/unmuting, and many more. It's designed to help admins efficiently manage WhatsApp groups.
---
## 🚀 Steps to Deploy
### Step 1: Fork the Repository
Click the button below to fork the Knight Bot repository to your GitHub account:
---
### Step 2: Scan QR Code
Deploy the bot and easily connect it to your WhatsApp account by scanning the QR code. Click the button below to deploy the bot on Replit.
---
### Step 3: Deploy Now
For further customization and setup guidance, click the button below:
---
### Join Us
---
## ⚙️ Features
- **Tag all group members** with the `.tagall` command
- **Admin restricted usage** (Only group admins can use certain commands)
- **Games** like Tic-Tac-Toe for interactive group engagement
- **Text-to-Speech** with `.tts`
- **Sticker creation** with `.sticker`
- **Anti-link detection** for group safety
- **Warn and manage group members** with admin control---
## 📖 About
The Knight WhatsApp Bot assists group admins by providing them with tools to efficiently manage large WhatsApp groups. The bot uses the Baileys library to interact with the WhatsApp Web API and supports multi-device features.
It is lightweight and can be easily customized to add more commands as per your requirements. The bot runs in a Node.js environment and provides QR code-based authentication to link your WhatsApp account.
---
## 🛠️ Setup & Installation
### Prerequisites
- Node.js installed on your system
- Git installed (for cloning the repository)### Step-by-Step Setup
1. **Clone the repository:**
```bash
git clone https://github.com/mruniquehacker/Knightbot.git
cd Knightbot
```2. **Install the dependencies:**
```bash
npm install
```3. **Run the bot:**
```bash
node index.js
```4. **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
### General Commands:
- `.help` or `.menu`
- `.tts `
- `.sticker` or `.s`
- `.owner`### Admin Commands:
- `.ban @user`
- `.promote @user`
- `.demote @user`
- `.mute `
- `.unmute`
- `.delete` or `.del`
- `.kick @user`
- `.warnings @user`
- `.warn @user`
- `.antilink`### Game Commands:
- `.tictactoe @user`
- `.move `### Group Management:
- `.tagall`
### Other:
- `.topmembers`
---
## 📄 License
This project is licensed under the [MIT License](https://opensource.org/licenses/MIT) - see the [LICENSE](https://github.com/mruniquehacker/Knightbot/blob/main/LICENSE) file for details.
---
## 🙌 Contributions
Contributions, issues, and feature requests are welcome! Feel free to check the [issues page](https://github.com/mruniquehacker/Knightbot/issues).
---
## 🌟 Show your support
If you like this project, please give it a [⭐️ star on GitHub](https://github.com/mruniquehacker/Knightbot)!