Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/maelvls/slackdig

🔎 Dig into your Slack workspace: are you missing any channels?
https://github.com/maelvls/slackdig

golang slack slack-api

Last synced: 21 days ago
JSON representation

🔎 Dig into your Slack workspace: are you missing any channels?

Awesome Lists containing this project

README

        

# Slack Dig, know what channels you are missing on!

> ⚠️ `slackdig` will hit your rate limit in a few commands. That's because I do way
> too many calls; at some point I plan on fixing this

## Install

```sh
(cd && GO111MODULE=on go get github.com/maelvls/slackdig@master)
```

## Help

```sh
% slackdig --help
Usage of slackdig:
-token string
Slack OAuth token, create one at https://api.slack.com/apps. You can also pass it with SLACK_TOKEN. The --token has priority over SLACK_TOKEN.
-users string
Comma-separated list of users to select. By default, shows all users.
-version
Watch out, returns 'n/a (commit none, built on unknown)' when built with 'go get'.

Environment variables:
SLACK_TOKEN
Slack OAuth token, see https://api.slack.com/apps.exit status 2
```