⚙️ Settings
📍 Berlin Districts
Select which Berlin districts to search for apartments. Changes are saved automatically.
🔍 Search Parameters
Adjust your apartment search criteria.
📋 Current Configuration
Districts
1 selected
Crawl Interval
5 minutes
Excluded Title Keywords
wg
tausch
swap
zwischenmiete
tauschwohnung
wohnungstausch
Active Search Sources
- • Immobilienscout24 (Neukoelln)
- • WG-Gesucht (Neukoelln)
- • Immowelt (Neukoelln)
- • Kleinanzeigen (Neukoelln)
🔔 Notification Settings
Webhook URL: https://hooks.slack.com/services/T0ABXDEV1QF/B0ACR...
How to set up Slack notifications:
- Go to Slack API Apps
- Click "Create New App" → "From scratch"
- Name it "Flathunter" and select your workspace
- Go to "Incoming Webhooks" → Toggle "Activate"
- Click "Add New Webhook to Workspace"
- Select the channel and copy the webhook URL
- Add it to your
config.yamlunderslack.webhook_url
Bot Token: Not configured
How to set up Telegram notifications:
- Message @BotFather on Telegram
- Send
/newbotand follow the prompts - Copy the bot token (looks like:
123456:ABC-DEF...) - Start a chat with your new bot and send a message
- Get your chat ID from the getUpdates API
- Add to your
config.yaml:telegram: bot_token: "YOUR_BOT_TOKEN" receiver_ids: - YOUR_CHAT_ID
📁 Configuration File
Your configuration is stored at:
~/flathunter/instances/arne-franziska/config.yaml
To edit the configuration:
ssh Arne@100.105.183.125 nano ~/flathunter/instances/arne-franziska/config.yaml docker compose -f docker-compose.instances.yml restart