A bot to access information about Redmine issues from Slack.
It parses Redmine issue IDs in Slack messages and answers with basic info about the ticket.
This is mostly a way for me to play with Elixir. Please don't assume production quality
-
Install dependencies
$ mix deps.get
-
Create
config/secrets.exs
and edit.$ cp config/secrets.exs.example config/secrets.exs
-
Start via iex
$ iex -S mix
Slackmine should now show up in your Slack-Team.
$ mix test
$ mix docs