https://github.com/jastinxyz/cukuftawu
An example of a whatsapp bot using the @mengkodingan/ckptw library.
https://github.com/jastinxyz/cukuftawu
baileys baileys-bot baileys-md ckptw mengkodingan mengkodingan-ckptw whatsapp whatsapp-bot whatsapp-web whatsappbot whatsappbots
Last synced: 9 days ago
JSON representation
An example of a whatsapp bot using the @mengkodingan/ckptw library.
- Host: GitHub
- URL: https://github.com/jastinxyz/cukuftawu
- Owner: JastinXyz
- Created: 2024-08-09T07:35:13.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-07T11:09:26.000Z (8 months ago)
- Last Synced: 2024-10-15T05:40:55.625Z (7 months ago)
- Topics: baileys, baileys-bot, baileys-md, ckptw, mengkodingan, mengkodingan-ckptw, whatsapp, whatsapp-bot, whatsapp-web, whatsappbot, whatsappbots
- Language: TypeScript
- Homepage:
- Size: 138 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cukuftawu
An example of a whatsapp bot using the [@mengkodingan/ckptw](https://github.com/Mengkodingan/ckptw) library.
## Self Host
```bash
git clone https://github.com/JastinXyz/cukuftawu
cd cukuftawu
pnpm i # or using another package manager
cp .env.example .env # and configure the env
cp example.config.js config.js
pnpm start
```