An open API service indexing awesome lists of open source software.

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

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`