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
- Host: GitHub
- URL: https://github.com/ganta/hubot-slack-information
- Owner: ganta
- License: mit
- Created: 2015-07-26T13:30:32.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-26T15:23:09.000Z (almost 10 years ago)
- Last Synced: 2025-05-04T17:09:17.647Z (about 2 months ago)
- Language: CoffeeScript
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]`
```