FluminusBot
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.
Prerequisites
- Elixir (tested with version 1.8, but anything above 1.6 should work)
- PostgreSQL (tested with version 10)
- A Telegram Bot token
Installation
- Clone this repo.
- Copy
config/secrets.exs.example
toconfig/secrets.exs
, and fill in the appropriate setting. - If necessary, change the bot name in
lib/fluminus_bot.ex
, specifically the@bot
module attribute. - Run
mix start
.
The docs can be found at https://hexdocs.pm/fluminus_bot.