Automated crawler for monitoring apartments in Lund, Dalby, Eslöv on boplatssyd.se
- Runs daily at 12:00 UTC via Vercel cron
- Filters: locations, price (11k-17k SEK), rooms (2+)
- Telegram notifications with Google Maps links + delete button
- Deduplication via Redis (Vercel KV compatible)
- Install deps:
pnpm install - Copy
.env.exampleto.env - Fill in env vars (Redis URL, Telegram bot token + chat ID)
- Dev:
pnpm dev - Test:
pnpm test
vercelSet env vars in Vercel dashboard, deploy triggers cron automatically.
Nitro v3, Vercel Workflow, Redis (unstorage), ofetch, consola, Telegram Bot API