Skip to content

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hubot-wikia

##Most of the links on this page referring to the usage, installation, or api will not function currently.

NPM Build Status Stories in Ready

A Hubot script for interacting with Wikia's API (searching for articles and returning extracts).

See src/wikia.coffee for full documentation.

Installation via NPM

  1. Install the hubot-wikia module as a Hubot dependency by running:

    npm install --save hubot-wikia
    
  2. Enable the module by adding the hubot-wikia entry to your external-scripts.json file:

    [
        "hubot-wikia"
    ]
  3. Add your domain to your environment with the key HUBOT_WIKIA_DOMAIN

  4. Run your bot and see below for available config / commands

Commands

Command Listener ID Description
hubot wikia <query> id:'hubot-wikia.article', Returns the first Wikia article matching the search query

Sample Interaction

user1>> hubot wikia elytron
hubot>> Elytron : http://warframe.wikia.com/wiki/Elytron

About

Searches Wikia for articles, returns link to page if it exists.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages