Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bdashrad/hubot-futurama

a hubot script that pulls quotes from the morbotron
https://github.com/bdashrad/hubot-futurama

hacktoberfest hubot hubot-scripts

Last synced: about 6 hours ago
JSON representation

a hubot script that pulls quotes from the morbotron

Awesome Lists containing this project

README

        

# hubot-futurama

[![Build Status](https://travis-ci.org/bdashrad/hubot-futurama.svg?branch=master)](https://travis-ci.org/bdashrad/hubot-futurama)

a hubot script that pulls quotes from the morbotron

See [`src/hubot-futurama.coffee`](src/hubot-futurama.coffee) for full documentation.

## Installation

In hubot project repo, run:

`npm install hubot-futurama --save`

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

```json
[
"hubot-futurama"
]
```

## Sample Interaction

```
user1>> hubot futurama
hubot>> "You do everything terribly."
hubot>> "And I'm not your friend."
hubot>> "(laughs) Good old Hermes."
```