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

https://github.com/ganta/hubot-slack-information

Show an information of Slack
https://github.com/ganta/hubot-slack-information

Last synced: about 2 months ago
JSON representation

Show an information of Slack

Awesome Lists containing this project

README

        

# hubot-slack-information

Show an information of the Slack.

See [`src/slack-information.coffee`](src/slack-information.coffee) for full documentation.

## Installation

In hubot project repo, run:

`npm install --save https://github.com/ganta/hubot-slack-information/tarball/v1.0.0`

Then add **hubot-slack-information** to your `external-scripts.json`:

```json
["hubot-slack-information"]
```

## Sample Interaction

```
user1>> hubot whoami
hubot>> name: `user1`, id: `U01234567`, real_name: `John Smith`, email: `[email protected]`
```

```
user1>> hubot who is hans
hubot>> name: `hans`, id: `U01ABCDEF`, real_name: `Hans Schmidt`, email: `[email protected]`
```