WebApp

WebApp for Wohnungsbot

🌍 This repository contains the web interface for Wohnungsbot.
It provides filter forms in multiple languages, which are opened directly inside the Telegram bot.

✨ Features

πŸ”— Usage

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:

These links should be inserted in the bot configuration (WEBAPP_URLS).

πŸš€ Deployment

  1. Go to Settings β†’ Pages in this repo.
  2. Enable GitHub Pages for the main branch.
  3. The pages will be available at:
    https://<your-username>.github.io/WebApp/

πŸ“‚ Project Structure

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)

πŸ“œ License

MIT – free to use, modify and distribute.