dyrkin / luxmed-bot

Non official telegram bot for Portal Pacjenta LUX MED
https://telegram.me/luxmedbot
MIT License
113 stars 21 forks source link

webgui #26

Open atais opened 2 years ago

atais commented 2 years ago

Hi!

Thanks for the awesome work. It can really help due to poor mobile app provided by the company :(

Nevertheless, I find Telegram a bit slow for my needs. It's cool that it's available from anywhere for free, but with cloud hosting like Heroku it should be possible to achieve a similar goal.

WDYT?

btw. why gradle not sbt? :fearful:

dyrkin commented 2 years ago

hi! I have no plans to do that because telegram is quite enough for me, but you know how open source works so if you want you are welcome to do this on your own :)

Regrading sbt. I don't like sbt since my first job. We had a project with a lot of modules with extremely slow build execution time because sbt could not figure out which modules can be built in parallel. Switching to Gradle solved this problem. Most likely we did not know how to use it or maybe it was terrible and now it's much better :)