Skip to content

parksjr/hubot-mitch-jokes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hubot-mitch-jokes

Codacy Badge

A hubot script for mitch hedberg jokes

See src/mitch-jokes.coffee for full documentation.

Installation

In hubot project repo, run:

npm install hubot-mitch-jokes --save

Then add hubot-mitch-jokes to your external-scripts.json:

["hubot-mitch-jokes"]

Sample Interaction

user1>> hubot tell me a mitch joke
hubot>> I used to do drugs. I still do, but I used to, too.

Contribution

Feel free to fork and contribute, even if its adding more mitch jokes. See below.

Mitch joke missing?

I have added a base set of mitch jokes that I like already, see data/mitchjokes.json for the complete list. If I am missing any that you like, fork it, add it, and pull request it!