Busya implementation in haskell.
Install Stack
$ stack build
$ PORT=1234 stack run hsbot
Then, set a webhook. If you run on desktop, you need https tunnel, like ngrok.
All params are passed as environment args.
Port for listening. Default is 3000
Path to config file. Default is ./settings.ini
. Exmaple config file is settings.ini.example
at the root of repo. Config file is reading once when program started. You need to restart bot after config is changed.