Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 766 Bytes

File metadata and controls

21 lines (14 loc) · 766 Bytes

Slack chat bot - hubot inside of docker container

Purpose

Having chat bot is one of the most entertaining thing, but it can be really useful and handy in various situations (e.g. extracting graphs and pasting them as screen shots into IM channels or CI/CD pipeline integrations).

Usage on Linux

  1. Install docker.
  2. Invoke build_image.sh script.
  3. Invoke launch.sh script passing Slack integration token as a first argument.

References