Ivan Bot

Build Status

Slack bot to automate and simplify daily stand-up meetings. Stores each team member daily report. JIRA integration available.

Avilable commands and usage examples

See guide

Dependencies

  • Elixir 1.3.x
  • Redis server

Quick Start

Note: You have to setup environment variables mentioned in /config/dev.exs before starting the applicaton.

# clone repo
git clone git@github.com:EmilShakirov/ivan_bot.git
cd ivan_bot

# install dependencies
mix deps.get

# run tests
mix test

# run codestyle linter
mix credo

# generate documentation
mix docs