kogosoftwarellc / bash-slack

A collection of bash scripts to interact with slack.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A collection of bash scripts to interact with slack.


Languages

Language:Shell 100.0%