Skip to content
This repository has been archived by the owner on Oct 20, 2020. It is now read-only.

pcarn/hubot-kanye

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hubot-kanye

Enables hubot to give self-confidence quotes from Kanye West

See src/kanye.coffee for full documentation.

Build and Static Analysis

Build Status

Installation

In hubot project repo, run:

npm install hubot-kanye --save

Then add hubot-kanye to your external-scripts.json:

[
  "hubot-kanye"
]

Configuration

The following configuration is required in order to run the kanye script:

HUBOT_TWITTER_CONSUMER_KEY         # The Twitter API consumer key
HUBOT_TWITTER_CONSUMER_SECRET      # The Twitter API consumer secret
HUBOT_TWITTER_ACCESS_TOKEN         # The Twitter API access token
HUBOT_TWITTER_ACCESS_TOKEN_SECRET  # The Twitter API access token secret

All of these should be configured using the API keys given to you when you signed up for a Twitter Developer API account.

Sample Interaction

The hubot-kanye script will allow your hubot to give you self-confidence quotes from Kanye West. By using hubot kanye me, hubot will give you a random quote.

<You> hubot kanye me
<hubot> I am so credible and so influential and so relevant that I will change things..

Powered by

Kanye West

CoffeeScript

Hubot

About

Hubot script for Kanye West quotes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published