🌍 This repository contains the web interface for Wohnungsbot.
It provides filter forms in multiple languages, which are opened directly inside the Telegram bot.
- 🏠 Filter form for housing search
- 🌐 Multi-language support:
- English (
filtersEN.html) - Deutsch (
filtersDE.html) - Русский (
filtersRU.html) - العربية (
filtersAR.html) - Türkçe (
filtersTR.html)
- English (
- ⚡️ Lightweight HTML/JS, no backend required
- 📱 Integrated into Telegram via WebApp
The bot sends a button “Set Filters” → which opens the corresponding HTML page from this repository (via GitHub Pages).
If you enable GitHub Pages in repo settings:
- URL will be:
https://va3elina.github.io/WebApp/filtersEN.html(English)
https://va3elina.github.io/WebApp/filtersDE.html(Deutsch)
…and so on.
These links should be inserted in the bot configuration (WEBAPP_URLS).
- Go to Settings → Pages in this repo.
- Enable GitHub Pages for the
mainbranch. - The pages will be available at:
https://<your-username>.github.io/WebApp/
WebApp/ │── filtersEN.html # English filters │── filtersDE.html # German filters │── filtersRU.html # Russian filters │── filtersAR.html # Arabic filters │── filtersTR.html # Turkish filters │── filters.html # (default / fallback)
MIT – free to use, modify and distribute.