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

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.

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