mirror of
https://github.com/dyrkin/luxmed-bot.git
synced 2025-12-21 13:23:05 +01:00
07172866d97a1ceda0d0edaafe9b3798ac2e655c
Luxmed Bot
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, but you can install your instance.
Installation
- Create telegram bot using @BotFather
- Install docker and docker-compose (install docker-machine if you are on Mac)
- Depending on your platform download:
- Download secrets.env.template to the same folder and rename it to secrets.env
- Edit secrets.env by specifying your TELEGRAM_TOKEN and SECURITY_SECRET
- Start the application by running commands:
$ docker-compose pull $ docker-compose up - Send
/startcommand to your bot
Develop run
- Run
docker-compose upto launch PostgreSQL database - Set env
TELEGRAM_TOKEN="YOUR_TOKEN" - Run
Boot.scalaapp
Languages
Scala
99.7%
Shell
0.2%
Dockerfile
0.1%
