/slack-console

A simple slack message tool in console write in Golang

Primary LanguageGo

Slack-console: A simple slack message tool in console.

GoDoc Build Status

A simple console to let you send message to slack specific channel.

Before use this tool, remember you get your Incoming Webhook number in this page.

Install

go get github.com/kkdai/slack-console

Change the default setting

Change the configuration file which will generate when your first time launch this application.

{
	"WebhookUrl" : "",	
	"BotName" : "",
	"Channel" : "",
	"Icon_emoji" : ""
}

Detail explaination as follow:

Fill all infor base on this page

Usage

//Pass message to slack
slack-console -m "test msg"

Inspired By:

Project52

It is one of my project 52.

License

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.