https://github.com/vspiewak/hubot-random-sentences
Hubot send random sentences
https://github.com/vspiewak/hubot-random-sentences
hubot hubot-scripts random-sentences
Last synced: about 1 year ago
JSON representation
Hubot send random sentences
- Host: GitHub
- URL: https://github.com/vspiewak/hubot-random-sentences
- Owner: vspiewak
- License: gpl-2.0
- Created: 2016-04-28T14:01:35.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-07T13:47:51.000Z (almost 10 years ago)
- Last Synced: 2025-04-20T16:47:25.469Z (about 1 year ago)
- Topics: hubot, hubot-scripts, random-sentences
- Language: CoffeeScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hubot-random-sentences
[](https://www.npmjs.com/package/hubot-random-sentences) [](https://www.npmjs.com/package/hubot-random-sentences) [](https://david-dm.org/vspiewak/hubot-random-sentences)
A hubot script that send random sentences
See [`src/random-sentences.coffee`](src/random-sentences.coffee) for full documentation.
## Installation
In hubot project repo, run:
`npm install hubot-random-sentences --save`
Then add **hubot-random-sentences** to your `external-scripts.json`:
```json
["hubot-random-sentences"]
```