https://github.com/alindeman/hubot-twitter-stream
https://github.com/alindeman/hubot-twitter-stream
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alindeman/hubot-twitter-stream
- Owner: alindeman
- Created: 2016-01-16T20:32:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-03T18:44:37.000Z (about 9 years ago)
- Last Synced: 2025-03-25T10:11:36.551Z (3 months ago)
- Language: CoffeeScript
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hubot-twitter-stream
Hubot plugin that subscribes a room to a Twitter stream
See [`src/twitter-stream.coffee`](src/twitter-stream.coffee) for full documentation.
## Installation
In hubot project repo, run:
`npm install hubot-twitter-stream --save`
Then add **hubot-twitter-stream** to your `external-scripts.json`:
```json
[
"hubot-twitter-stream"
]
```## Sample Interaction
```
user1>> hubot hello
hubot>> hello!
```