/bash-slack

A collection of bash scripts to interact with slack.

Primary LanguageShell

bash-slack

A collection of bash scripts to interact with slack.

Scripts

slack-post-to-channel

Example:

slack-post-to-channel \
  --username foo \
  --icon-url https://some.url/picture.jpg \
  --endpoint https://slack.com/endpoint \
  --text "This is my message" \
  --channel general