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

https://github.com/alindeman/hubot-twitter-stream


https://github.com/alindeman/hubot-twitter-stream

Last synced: 2 months ago
JSON representation

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!
```