telescreen 0.1.0

A slack bot to forward messages by simple routing definition.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
version: '3'
services:
  app:
    build: .
    image: mozamimy/telescreen
    environment:
      DEST_CHANNEL: general
      API_KEY:
    command:
      - render
      - /app/config.yml
      - --
      - /app/telescreen
      - -c
      - /app/config.yml
      - -a
      - $API_KEY