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
- Host: GitHub
- URL: https://github.com/gimenete/clack
- Owner: gimenete
- License: mit
- Created: 2016-06-13T17:01:58.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-13T17:07:13.000Z (almost 9 years ago)
- Last Synced: 2025-01-22T12:11:24.975Z (4 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 :)