Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ilhamjaya08/whatsbot
- Owner: ilhamjaya08
- Created: 2024-07-08T01:42:38.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-19T06:54:16.000Z (about 2 months ago)
- Last Synced: 2024-10-01T00:22:56.466Z (about 1 month ago)
- Topics: baileys, bot-wa, ckptw, multi-device, pairing, wa-bot, wa-pairing-code, whatsapp, whatsapp-bot
- Language: JavaScript
- Homepage:
- Size: 72.3 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.