vterdunov / janna-slack-bot

Slack bot is a client for Janna API https://github.com/vterdunov/janna-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Janna Slack Bot

This Slack bot is client for Janna API

Setup Slack

Quick Start

docker pull vterdunov/janna-bot
docker run -d --rm \
  --name=janna-slack-bot \
  --restart=always \
  -e SLACK_TOKEN=YOUR_SLACK_TOKEN \
  -e JANNA_API_ADDRESS=http://janna.example.com \
  vterdunov/janna-bot

Development

  • Install Go v1.11+ environment.
  • Copy cp .env.example .env and change env file.
  • Compile and run
make run

Run make help to additional useful commands.

Build Docker image

make docker

About

Slack bot is a client for Janna API https://github.com/vterdunov/janna-api

License:MIT License


Languages

Language:Go 84.0%Language:Makefile 9.3%Language:Dockerfile 3.8%Language:Shell 2.8%