Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kayac/notico
Slack event notification bot
https://github.com/kayac/notico
Last synced: 7 days ago
JSON representation
Slack event notification bot
- Host: GitHub
- URL: https://github.com/kayac/notico
- Owner: kayac
- License: mit
- Created: 2016-01-04T03:45:47.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-04-22T03:43:29.000Z (over 3 years ago)
- Last Synced: 2024-06-19T16:53:07.900Z (5 months ago)
- Language: Go
- Homepage:
- Size: 16.6 KB
- Stars: 10
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.