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

https://github.com/shift/hubot-slack-webhook


https://github.com/shift/hubot-slack-webhook

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

        

# hubot-slack-webhook

Allows Hubot to accept Slack Incoming Webhooks for when you've ran out of free integrations.

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

## Installation

In hubot project repo, run:

`npm install hubot-slack-webhook --save`

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

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

## Sample Interaction

```
user1>> hubot hello
hubot>> hello!
```