Metadata-Version: 2.1
Name: sre-bot-slack
Version: 0.0.1
Summary: Sends slack notifications
Home-page: https://github.com/marcwimmer/sre-bot-slack
Author: Marc-Christian Wimmer
Author-email: marc@itewimmer.de
License: MIT
Platform: UNKNOWN
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: sre-bot
Requires-Dist: requests


# sre-bot-slack

Sends notifications to slack.


# Configuration

```bash
/etc/sre/slack.conf


# a default token (necessary)
{
  "token": "<token>",
}

# different channels:
{
  "token": "<token>",
  "channels": {
    "channel1": <"token_channel>",
    "channel2": <"token_channel>"
  },
}

``

# How to upload new version
  * increase version in setup.py
  * one time: pipenv install twine --dev
  * pipenv shell
  * python3 setup.py upload

# install directly

pip3 install git+https://github.com/marcwimmer/sre-bot`

