https://github.com/justpiple/whatsapp-tools
A simple Node.js web interface using Baileys to send fake replies and tag all members in WhatsApp groups.
https://github.com/justpiple/whatsapp-tools
baileys fake-reply fakereply tagall whatsapp whatsapp-api
Last synced: 5 months ago
JSON representation
A simple Node.js web interface using Baileys to send fake replies and tag all members in WhatsApp groups.
- Host: GitHub
- URL: https://github.com/justpiple/whatsapp-tools
- Owner: justpiple
- License: mit
- Created: 2025-04-15T13:18:29.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-05-10T12:02:12.000Z (6 months ago)
- Last Synced: 2025-05-10T13:19:14.804Z (6 months ago)
- Topics: baileys, fake-reply, fakereply, tagall, whatsapp, whatsapp-api
- Language: JavaScript
- Homepage:
- Size: 73.2 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Whatsapp Tools
This project is a Node.js app using [Baileys](https://github.com/WhiskeySockets/Baileys) to connect WhatsApp Web through a simple web interface.
## Features
- Web interface to:
- Send fake replies (to individual or group chats)
- Tag all members in a group
- Delete session
- List chats and groups
- Update Profile Picture: Set profile picture without cropping
## Tech Stack
- Node.js
- Express.js
- Baileys (WhatsApp Web API)
## Getting Started
### 1. Clone the repository
```bash
git clone https://github.com/justpiple/whatsapp-tools.git
cd whatsapp-tools
```
### 2. Install dependencies
```bash
npm install
```
### 3. Run the project
```bash
node index.js
```
> On first run, scan the WhatsApp QR code from the terminal or web interface.
## ⚠️ Notes
- Do not share your session files. They contain authentication data.
- Only use this for ethical and educational purposes.
## License
This project is open-source and licensed under MIT.