https://github.com/hubot-archive/hubot-codinglove
Hubot script to display meme from http://thecodinglove.com and http://lesjoiesducode.tumblr.com
https://github.com/hubot-archive/hubot-codinglove
Last synced: 2 months ago
JSON representation
Hubot script to display meme from http://thecodinglove.com and http://lesjoiesducode.tumblr.com
- Host: GitHub
- URL: https://github.com/hubot-archive/hubot-codinglove
- Owner: hubot-archive
- License: mit
- Created: 2013-10-24T14:43:10.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-06-22T23:14:56.000Z (almost 7 years ago)
- Last Synced: 2025-03-24T15:21:50.650Z (3 months ago)
- Language: CoffeeScript
- Size: 255 KB
- Stars: 17
- Watchers: 2
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hubot Codinglove script
A little script to get meme from [the coding love](http://thecodinglove.com/) and [les joies du code](http://loesjoiesducode.tumblr.com), both the last and a random one.
[](https://travis-ci.org/eunomie/hubot-codinglove) [](http://badge.fury.io/js/hubot-codinglove)
## Usage
Returns the comment and the gif in all cases.
### The coding love
* `robot [give me some] joy [asshole]`: return a random
* `robot [spread some] love`: return a random
* `robot last joy`: return the last one
* `robot last love`: return the last one### Les joies du code [fr]
* `robot [donne moi de la] joie [bordel]`: return a random
* `robot {dernière|derniere} joie`: return the last one## Dependencies
* [cheerio](https://github.com/MatthewMueller/cheerio)
* [he](https://github.com/mathiasbynens/he)## Installation
Add the package `hubot-codinglove` as a dependency in your Hubot `package.json` file.
"dependencies": {
"hubot-codinglove": "0.2.6"
}Run the following command to make sure the module is installed.
$ npm install hubot-codinglove
To enable the script, add the `hubot-codinglove` entry to the `external-scripts.json` file (you may need to create this file).
["hubot-codinglove"]