Skip to content

sdlab-naist/secretary

This branch is up to date with chez-shanpu/secretary:master.

Folders and files

NameName
Last commit message
Last commit date
Oct 9, 2020
Jan 14, 2021
Oct 9, 2020
Oct 9, 2020
Dec 27, 2020
Jan 6, 2021
Dec 27, 2020
Oct 9, 2020
Dec 27, 2020
Oct 9, 2020
Oct 8, 2020
Jan 7, 2021
Oct 9, 2020
Jan 7, 2021
Oct 9, 2020
Oct 9, 2020
Jan 4, 2021

Repository files navigation

secretary

secretary-lab

Getting Started

  1. prepare config.yaml
$ cp sample-config.yaml config.yaml
# config.yaml
users:
  shanpu: # username
    slack_id: "Uxxxxx"   # user's slack id
    slack_channel: "nil"    # slack channel
    secretary_name: "sample"   # bot name
    secretary_icon: ":slack:"  # bot icon(your slack-workspace's custom icon name)
    secretary_coming_msg: ""   # bot message when you come
    secretary_goodbye_msg: ""  # bot message when you leave
  rinse:
    slack_id: ...
    ...
  1. set environment vars in docker-compose.yml

    • LAB_SLACK_TOKEN: slack bot token
    • LAB_SLACK_COMING_CHANNEL: slack channel ID to report entry
  2. run

$ docker-compose up -d

Packages

No packages published

Languages

  • Go 95.1%
  • Dockerfile 4.9%