Go to file
2023-09-17 20:00:15 +02:00
2023-09-17 20:00:15 +02:00
2022-08-10 18:05:05 +02:00
2022-08-10 18:05:05 +02:00
2023-03-13 21:30:06 +01:00
2023-03-23 09:35:22 +01:00
2022-08-09 19:14:34 +02:00
2022-08-10 18:05:05 +02:00
2022-08-10 18:05:05 +02:00
2018-05-31 00:28:58 +02:00
2018-05-31 00:28:58 +02:00
2019-12-31 10:14:50 +01:00
2018-07-18 13:18:40 +02:00
2018-05-31 00:28:58 +02:00

Luxmed Bot

Build Status Docker Hub

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.

Screenshot

Installation

  1. Create telegram bot using @BotFather
  2. Install docker and docker-compose (install docker-machine if you are on Mac)
  3. Depending on your platform download:
  4. Download 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:
    $ docker-compose pull
    $ docker-compose up
    
  7. 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
Description
Non official telegram bot for Portal Pacjenta LUX MED
Readme MIT 90 MiB
Languages
Scala 99.7%
Shell 0.2%
Dockerfile 0.1%