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:
Get a slack token, click here
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
Content type
Image
Digest
Size
8.8 MB
Last updated
over 7 years ago
docker pull kristianp/slack-term