Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bdashrad/hubot-futurama
- Owner: bdashrad
- Created: 2017-05-19T18:58:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-01T16:41:41.000Z (over 5 years ago)
- Last Synced: 2024-11-10T13:09:37.808Z (5 days ago)
- Topics: hacktoberfest, hubot, hubot-scripts
- Language: CoffeeScript
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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."
```