Skip to content
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.

Latest commit

 

History

History
84 lines (59 loc) · 2.31 KB

README.md

File metadata and controls

84 lines (59 loc) · 2.31 KB

Caution! : This repository is no longer maintained.

slack-listner

A simple application to observe all private channels update time.

It's based on electron_test

Feature

  • observe last message for each private channel
  • sort channels by last update time
  • click to open a channel offical slack client (confirmed it on macOS Sierra / Windows 10 / Ubuntu 16.04)

Configuration

Need to configure your team token in app/assets/conf.json

{
  "tokens": {
    "team-1-name": "your-token-for-team-1",
    "team-2-name": "your-token-for-team-2"
  },
  "ignore": ["class", "coffee-break"]
}

You may get your token via Tokens for Testing and Development - Slack API.

How to

Setup

cd repository_dir
clone https://github.com/takkyun/slack-listener.git slack-listener
cd slack-listener
npm install

Run for debug

npm start

Build an app

npm run build
  • It builds binaries for macOS / Windows / Linux.

Copyright

slack-listener is developed by Takuya Otani / SimpleBoxes.

Copyright (c) 2017 Takuya Otani / SerendipityNZ Ltd.

License

slack-listener is released under the MIT-license.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.