https://github.com/dyrkin/luxmed-bot
Non official telegram bot for Portal Pacjenta LUX MED
https://github.com/dyrkin/luxmed-bot
bot luxmed luxmed-bot luxmedbot telegram telegram-bot
Last synced: 5 months ago
JSON representation
Non official telegram bot for Portal Pacjenta LUX MED
- Host: GitHub
- URL: https://github.com/dyrkin/luxmed-bot
- Owner: dyrkin
- License: mit
- Created: 2018-05-30T22:28:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-07-11T19:40:35.000Z (12 months ago)
- Last Synced: 2025-07-11T21:27:34.107Z (12 months ago)
- Topics: bot, luxmed, luxmed-bot, luxmedbot, telegram, telegram-bot
- Language: Scala
- Homepage: https://telegram.me/luxmedbot
- Size: 88.2 MB
- Stars: 138
- Watchers: 17
- Forks: 26
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Luxmed Bot
[](https://drone.rdome.net/dyrkin/luxmed-bot)
[](https://hub.docker.com/r/eugenezadyra/luxmed-bot/tags/)
Non official Telegram bot for **Portal Pacjenta LUX MED**.
### Overview
Luxmed Bot can help you to book a visit to a doctor, create term monitoring, view upcoming appointments and visit history.
It is available here [@luxmedbot](https://telegram.me/luxmedbot), but you can install your instance.

### Installation
1. Create telegram bot using [@BotFather](https://telegram.me/botfather)
2. Install **docker** and **docker-compose** (install **docker-machine** if you are on Mac)
3. Depending on your platform download:
- [docker-compose.xml](https://raw.githubusercontent.com/dyrkin/luxmed-booking-service/master/docker/docker-compose.yml)
- [docker-compose-arm64.xml](https://raw.githubusercontent.com/dyrkin/luxmed-booking-service/master/docker/docker-compose-arm64.yml)
4. Download [secrets.env.template](https://raw.githubusercontent.com/dyrkin/luxmed-booking-service/master/docker/secrets.env.template)
to the same folder and rename it to **secrets.env**
5. Edit **secrets.env** by specifying your **TELEGRAM_TOKEN** and **SECURITY_SECRET**
6. Start the application by running commands:
```bash
$ docker-compose pull
$ docker-compose up
```
11. Send `/start` command to your bot
### Develop run
1. Run `docker-compose up` to launch PostgreSQL database
2. Set env `TELEGRAM_TOKEN=YOUR_TOKEN`
3. Run `Boot.scala` app