An open API service indexing awesome lists of open source software.

https://github.com/petitviolet/slack.sh

shell script to send messages or files to slack
https://github.com/petitviolet/slack.sh

bash shell-script slack-api

Last synced: about 1 month ago
JSON representation

shell script to send messages or files to slack

Awesome Lists containing this project

README

          

# slack.sh

```shell-session
$ SLACK_API_TOKEN=xoxp-xxxxxxxxxxxxxxx SLACK_BOT_ICON=:smile: SLACK_BOT_CHANNEL=#kom_task SLACK_BOT_NAME=HELLO_BOT slack message 'hello world!'
true
```

## installation

```shell-session
curl https://raw.githubusercontent.com/petitviolet/slack.sh/master/install.sh | bash
```