slackem

command module
v0.0.0-...-b78bd6e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 11, 2015 License: MIT Imports: 12 Imported by: 0

README

slackem

Send a slack message from the command line.

Installation

$ go get github.com/parkr/slackem

Configuration

Mandatory:

$ export SLACK_WEBHOOK_URL="http://slack.com/my/incoming/webhook/"

Optional:

$ export SLACK_USERNAME="herro"
$ export SLACK_ICON_EMOJI=":lips:"

Usage

$ slackem general Hey everyone, please rate the app.
$ slackem -color=red general Hey everyone, please rate the app.

Colors available: grey, green, red, blue

Wishlist

  1. Take input from STDIN (except channel & color)
  2. Better arg parsing with options

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL