Releases: jedbillyb/posthog-notify
Releases · jedbillyb/posthog-notify
v1.0.0 - Initial Release
What is this?
A FastAPI webhook receiver that sits on your VPS and forwards PostHog events to Telegram.
PostHog pushes to /posthog, noise gets filtered, and a clean formatted message lands in your chat.
What's included
- Webhook receiver with fuzzy PostHog property matching
- HTML-formatted Telegram messages with site label, timestamp, location, URL, and device
- vehiclefinder.co.nz and jedbillyb.com site detection (
VF ·/JB ·) - Vehicle prop extraction (
make,model,year) for search events - Configurable
SKIP_EVENTSto drop web vitals, autocapture, and other noise - Startup ping so you know the service came online
- systemd service file ready to deploy
Setup
See the README for full setup instructions.
Required env vars:
| Var | Description |
|---|---|
TELEGRAM_BOT_TOKEN |
From @BotFather |
TELEGRAM_CHAT_ID |
Your chat or group ID |