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

https://github.com/groob/slackinfo

A little utility for slack admins. Prints slack channel list, creator, purpose, date and members.
https://github.com/groob/slackinfo

slack

Last synced: about 2 months ago
JSON representation

A little utility for slack admins. Prints slack channel list, creator, purpose, date and members.

Awesome Lists containing this project

README

          

slackinfo is a utility to print information about a slack team.
Requires an API token: https://api.slack.com/custom-integrations/legacy-tokens

Open an issue or pull request if you'd like additional functionality.

# Usage

```
./slackinfo -api.token=xoxp-abcd-secret-token

Name Creator CreatedDate NumMembers Purpose
```

For `csv` output, use the `-csv` flag.
```
./slackinfo -api.token=xoxp-abcd-secret-token -csv > output.csv
```