Skip to content

CLI utility to post files and command output to slack

License

Notifications You must be signed in to change notification settings

isucon-odd/slackcat

 
 

Repository files navigation

slackcat

slackcatの修正バージョン(オリジナルが最近メンテナンスされておらず、うまく動かないため)

ビルド

git clone https://github.com/isucon-odd/slackcat.git
cd slackcat
make build

ビルドすると、作業ディレクトリにslackbot(バイナリデータ)というファイルが出来ます。

初期セットアップ

以下のコマンドを実行して、設定ファイルを作成してください。

./slackcat --configure

実行すると、~/.slackcatに以下の内容のファイルが出来ます。

default_team = "isucon-odd"
default_channel = "benchmark"

[teams]
  isucon-odd = "xoxb-......" <- botがSlackにメッセージを送信するためのトークン

セットアップの詳細はこちらをご覧ください。

Slackトークンのスコープ

以下のスコープがあれば動きます。

Slack Token Scope

About

CLI utility to post files and command output to slack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 79.6%
  • Vim Script 11.6%
  • Makefile 5.6%
  • Ruby 3.2%