Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ilhamjaya08/whatsbot

Lightweight WhatsApp bot boilerplate support pairing code
https://github.com/ilhamjaya08/whatsbot

baileys bot-wa ckptw multi-device pairing wa-bot wa-pairing-code whatsapp whatsapp-bot

Last synced: about 1 month ago
JSON representation

Lightweight WhatsApp bot boilerplate support pairing code

Awesome Lists containing this project

README

        

# bot-wa

Simple and lightweight whatsapp bot starter using @mengkodingan/ckptw (based on whiskeysocket/baileys)


Using bun package manager and Nodejs as runtime (because bun is unsupported to run the bot)


To install dependencies:

```bash
bun install
```

To run:

```bash
bun run index.js
```
or
```bash
bun start
```

This project was created using `bun init` in bun v1.1.12. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.