https://github.com/kazedevid/wabot-simple
This project is a simple WhatsApp bot using `@whiskeysockets/baileys`.
https://github.com/kazedevid/wabot-simple
Last synced: 10 months ago
JSON representation
This project is a simple WhatsApp bot using `@whiskeysockets/baileys`.
- Host: GitHub
- URL: https://github.com/kazedevid/wabot-simple
- Owner: KazeDevID
- Created: 2025-05-08T04:17:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-03T14:05:40.000Z (about 1 year ago)
- Last Synced: 2025-06-04T00:22:28.138Z (about 1 year ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wabot-simple
This project is a simple WhatsApp bot using `@whiskeysockets/baileys`.
## Installation
1. Clone the repository:
```bash
git clone https://github.com/KazeDevID/wabot-simple
cd wabot-simple
```
2. Install dependencies:
```bash
npm install
```
## Usage
To start the bot, run:
```bash
npm start
```
For pairing code mode, use:
```bash
npm start -- --use-pairing-code
```
## Features
- Send and receive text messages
- Handle media messages (images, videos, etc.)
- Basic commands like `ping` and `test`