2026-04-19 19:54:15 +02:00
2026-04-19 19:29:01 +02:00
2026-03-08 00:40:21 +01:00
2026-04-19 19:21:37 +02:00
2026-04-19 19:54:15 +02:00

wacals

simple whatsapp calendar notifier. it uses a rest api where you can feed it data through a post request, in case your organization blocks oauth but allows google script.

install

bun install

run

populate env:

REDIS_URL=""
# you are better off generating this with "openssl rand -base64 32"
AUTH_KEY="asdfasdasddfasdfasddf"
CHAT_ID=""
bun run src/index.ts
Description
No description provided
Readme 68 KiB
Languages
TypeScript 94.8%
Dockerfile 5.2%