Komonjo helps you to manage your slack logs!
Under construction...
Under construction...
All dependencies are written in Gemfile
.
So all you have to do is bundle install
.
- Ruby
- Slack api_token
First, setup server and access to localhost:9292
$ rackup
Thin web server (v1.6.3 codename Protein Powder)
Maximum connections set to 1024
Listening on localhost:9292, CTRL+C to stop
Second, enter api_token
and channel_name
note: if you don't have api_token
, you can get it from this page.
Slack Web API
note: we accept both channel_name
with '#' at its head and without '#'
ex: #general
equals general
please git clone
and bundle install
Anything is welcome 👍
e.g. fix typo, fix bugs, refactoring...