Awesome
Slack-console: A simple slack message tool in console.
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:
WebhookUrl
: Get url from https://api.slack.com/incoming-webhooksBotName
: The name display of your botChannel
: The channel your bot want to push messageIcon_emoji
: The emoji of your bot, such:octocat:
. Refer http://www.emoji-cheat-sheet.com/ for more
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.