aguri (あぐり) is aggregator of slack message
- aggregate multi workspace to one workspace
- response simple message
- Let's write in Thread!
$ cat config.toml
[to] # It's aggregate slack
token = "xoxp-**"
[from]
[from.team1] # "team1" message post #aggr-team1 channel
token = "xoxp-**"
[from.team2]
token = "xoxp-**"
- run
$ ./slack-aggregator
if modify config.toml path
$ ./slack-aggregator -config ./config.toml
- aggregate all messages!
Tachibana waita (a.k.a. whywaita)
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request