https://github.com/shift/hubot-slack-webhook
https://github.com/shift/hubot-slack-webhook
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/shift/hubot-slack-webhook
- Owner: shift
- Created: 2015-07-27T12:18:13.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-06-26T09:39:18.000Z (almost 3 years ago)
- Last Synced: 2024-11-13T14:22:32.865Z (7 months ago)
- Language: CoffeeScript
- Size: 3.91 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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!
```