Settings
Configure where new-listing notifications go.
Telegram setup
1
Create your bot
Open Telegram and message @BotFather , send /newbot and follow the prompts. BotFather will hand you a token.
2
Find your chat ID
Open Telegram, find your botand send any message to it. Then click below — we'll fetch the chats your bot can talk to.
3
Save & test
How scanning works
Vercel Cron triggers /api/scan every 15 minutes (configured in vercel.json).
Each search runs only when its own interval has elapsed since lastRunAt.
For local testing: curl http://localhost:3000/api/scan?force=1
Security
Your bot token grants control of the bot. Treat it like a password — don't commit it.
For deployed instances: set the CRON_SECRET env var so only Vercel Cron can trigger scans.