F LumiNUS! IVLE ftw! Why fix what ain't broken?!
I try to keep to best coding practices and use as little dependencies as possible. Do let me know if you have any suggestions!
PR's are welcome.
- Elixir (tested with version 1.8, but anything above 1.6 should work)
- PostgreSQL (tested with version 10)
- A Telegram Bot token
- Clone this repo.
- Copy
config/secrets.exs.example
toconfig/secrets.exs
, and fill in the appropriate setting. - If necessary, change the bot name in
config/config.exs
. - Run
mix start
.
The docs can be found at https://hexdocs.pm/fluminus_bot.