Unofficial Telegram bot for Portal Pacjenta LUX MED.
Luxmed Bot can help you book doctor visits, monitor appointments, and view your upcoming appointments and visit history.
It is available here @luxmedbot, or you can host your own instance.
- Create a Telegram bot using @BotFather
- Install Docker and Docker Compose
- Depending on your platform, download:
- Download secrets.env.template to the same directory and rename it to secrets.env
- Edit secrets.env by specifying your TELEGRAM_TOKEN and SECURITY_SECRET
- Start the application by running the following commands:
docker compose pull docker compose up -d
- Send the
/startcommand to your bot
- Run
docker compose up -d databaseinside thedockerdirectory to launch the PostgreSQL database - Set the environment variable
TELEGRAM_TOKEN=YOUR_TOKEN - Run the
Boot.scalaapplication from your IDE (located in theservermodule)
