A bot for managing events in your WhatsApp chat group.
To install dependencies:
bun i
To run:
bun run start
# or
bun run dev
Env vars template:
DB_HOST=127.0.0.1
DB_PORT=7687
DB_USER=sample_db_user
DB_PASS=sample_db_password
DB_NAME=sample_db_name
BOT_CHAT_ID=sample_chat_id
TIMEZONE=GMT+8
FORMAT=DD-MM-YYYY
This project was created using bun init
in bun v1.0.14. Bun is a fast all-in-one JavaScript runtime.