Simple client for sending messages to slack (uses python slackclient).
10K+
This is a simple client, the one thing it requires is that you send it an environment variable that has the token for you to use to connect to slack.
# This will send the default 'Hello World' message by the bot owner of the token to the channel #general
docker run --rm -e SLACK_TOKEN=<mytoken> mikewright/slack-client
# This will send the message "Hi there" to channel "#my-channel"
docker run --rm -e SLACK_TOKE=<mytoken> -e SLACK_CHANNEL=#my-channel mikewright/slack-client "Hi there"
Content type
Image
Digest
Size
254.4 MB
Last updated
over 10 years ago
docker pull mikewright/slack-client