mirror of
https://github.com/dyrkin/luxmed-bot.git
synced 2025-12-25 14:59:22 +01:00
9f691e9af56271f3640493f38efc9b7da08367dc
Refactored functionality related to ability to enter date and time manually instead of using pickers
Luxmed Booking Service
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
To setup your own telegram bot
-
create telegram bot using @BotFather
-
install jdk8
-
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
-
send
/startcommand to your bot
Languages
Scala
99.7%
Shell
0.2%
Dockerfile
0.1%
