https://github.com/hubot-archive/hubot-payetashnek
Hubot script to display quotes from http://payetashnek.tumblr.com
https://github.com/hubot-archive/hubot-payetashnek
Last synced: 3 months ago
JSON representation
Hubot script to display quotes from http://payetashnek.tumblr.com
- Host: GitHub
- URL: https://github.com/hubot-archive/hubot-payetashnek
- Owner: hubot-archive
- License: mit
- Created: 2014-08-30T23:42:52.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-01T09:21:07.000Z (almost 11 years ago)
- Last Synced: 2025-01-24T14:18:46.172Z (5 months ago)
- Language: CoffeeScript
- Size: 83 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hubot Paye Ta Shnek script
A little script to get quotes from [Paye ta shnek](http://payetashnek.tumblr.com/).
[](https://travis-ci.org/eunomie/hubot-payetashnek) [](http://badge.fury.io/js/hubot-payetashnek)
## Usage
Returns the last quote or a random one.
* `robot paye ta shnek`: returns the last one
* `robot shnek`: returns a random one* [cheerio](https://github.com/MatthewMueller/cheerio)
* [he](https://github.com/mathiasbynens/he)## Installation
Add the package `hubot-payetashnek` as a dependency in your Hubot `package.json` file.
"dependencies": {
"hubot-payetashnek": "0.1.1"
}Run the following command to make sure the module is installed.
$ npm install hubot-payetashnek
To enable the script, add the `hubot-payetashnek` entry to the `external-scripts.json` file (you may need to create this file).
["hubot-payetashnek"]