All Projects → influxdata → catslack

influxdata / catslack

Licence: other
Shell -> Slack the easy way

Programming Languages

go
31211 projects - #10 most used programming language

CatSlack

Inspired by SlackCat but rewritten in Go for easy portability.

This is a command line utility to post stdin to a configured Incoming Webhook on your slack channel. To use it have a script that outputs something useful to stdin. Maybe something like myCoolScript.sh...

$ cat myCoolScript.sh
#!/bin/bash
echo "I'm going to be posted in Slack!"

# Set your Slack Incoming Webhook URL:
$ export URL="https://hooks.slack.com/services/XXXXXXXXX/XXXXXXXXX/XXXXXXXXXXXXXXXXXXXXXXXX"

# Experience pleasure by using the catslack!
$ ./myCoolTestScript.sh | catslack
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].