kayac / notico

Slack event notification bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

notico

notico is Slack event notification bot.

Usage

  1. Create a bot account.
  2. Invite the account to a channel.
  3. Run notico with SLACK_TOKEN (owned by bot account) and channel (default #admins).
$ export SLACK_TOKEN=xxxxxx
$ notico [-channel "#foo"]

Supported Events

  • channel_created
  • channel_deleted
  • channel_rename
  • channel_archive
  • channel_unarchive
  • channel_left
  • team_join
  • bot_added
  • subteam_created

Options

Usage of notico
  -channel string
    	Channel to post notification message (default "#admins")
  -version
    	Show versrion

LICENSE

The MIT License (MIT)

Copyright (c) 2016 KAYAC Inc.

About

Slack event notification bot

License:MIT License


Languages

Language:Go 96.5%Language:Makefile 3.5%