Skip to content

patrickcorbett/hubot-thecodinglovegifs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hubot Codinglove script

A little script to get meme from the coding love and les joies du code, both the last and a random one.

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

Installation

Add the package hubot-thecodinglovegifs as a dependency in your Hubot package.json file.

"dependencies": {
  "hubot-thecodinglovegifs": "0.3.0"
}

Run the following command to make sure the module is installed.

$ npm install hubot-thecodinglovegifs

To enable the script, add the hubot-thecodinglovegifs entry to the external-scripts.json file (you may need to create this file).

["hubot-thecodinglovegifs"]

Packages

No packages published

Languages

  • CoffeeScript 90.7%
  • Shell 9.3%