Go to file
Eugene Zadyra 5afb5e5ae7 Updated readme
2018-07-18 13:18:40 +02:00
2018-05-31 00:28:58 +02:00
2018-07-18 12:33:33 +02:00
2018-05-31 00:28:58 +02:00
2018-06-03 19:13:56 +02:00
2018-06-04 23:47:38 +02:00
2018-06-04 23:47:38 +02:00
2018-05-31 00:28:58 +02:00
2018-05-31 00:28:58 +02:00
2018-05-31 00:28:58 +02:00
2018-07-18 13:03:18 +02:00
2018-07-18 13:18:40 +02:00
2018-05-31 00:28:58 +02:00

Luxmed Booking Service

Build Status

Non official Telegram bot for Portal Pacjenta LUX MED.

With its help user can book a visit to a doctor, create term monitoring, view upcoming visits and visit history.

It is available here @luxmedbot

Screenshot

Screenshot

To setup your own telegram bot

  1. create telegram bot using @BotFather

  2. install jdk8

  3. add to .bash_profile

    export TELEGRAM_TOKEN="SOME TOKEN"
    export SECURITY_SECRET="SOME SECRET FOR ENCODING USER PASSWORDS"
    
    • install docker
    • run using ./docker.sh run

    or

    • install postgres and create db lbs with login lbs and password lsb123
    • run using ./gradlew bootRun
  4. send /start command to your bot

Description
Non official telegram bot for Portal Pacjenta LUX MED
Readme MIT 90 MiB
Languages
Scala 99.7%
Shell 0.2%
Dockerfile 0.1%