An open API service indexing awesome lists of open source software.

https://github.com/gimenete/clack

Command line Slack client
https://github.com/gimenete/clack

Last synced: about 2 months ago
JSON representation

Command line Slack client

Awesome Lists containing this project

README

        

# clack

Command line Slack client

## Installing

```
npm install clack -g
```

## Usage

You need a Slack token first. Check https://api.slack.com/docs/oauth-test-tokens to create a test token.

Then run:

```
SLACK_TOKEN=... clack
```

- Double click on the channels to load them.
- You can write a message if a team is selected
- That's all for now :)