Sign inSign up

kristianp/slack-term

By kristianp

•Updated over 7 years ago

slack terminal ui

Image
0

212

kristianp/slack-term repository overview

Based on https://github.com/erroneousboat/slack-term⁠ with modification to the dockerfile to fetch source directly from github.

Requires api key to be placed in .slack-term file:

⁠Setup

  1. Get a slack token, click here⁠

  2. Create a .slack-term file, and place it in your home directory. Below is an example of such a file. You are only required to specify a slack_token. For more configuration options of the .slack-term file, see the wiki⁠.

{
    "slack_token": "yourslacktokenhere"
}

Then run with a volume linking to the .slack-term file, e.g. in windows command:

docker run -it -v "%USERPROFILE%/.slack-term":"/.slack-term" kristianp/slack-term

Tag summary

Content type

Image

Digest

Size

8.8 MB

Last updated

over 7 years ago

docker pull kristianp/slack-term