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:
bun install
To run:
bun run index.js
or
bun start
This project was created using bun init
in bun v1.1.12. Bun is a fast all-in-one JavaScript runtime.