mirror of
https://github.com/SrIzan10/wacals.git
synced 2026-06-06 01:07:01 +00:00
8c2dee2af02746f9d8df602cdf1ed3aea723aee9
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
Languages
TypeScript
94.8%
Dockerfile
5.2%