hubot-wikia

0.0.4 • Public • Published

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

Dependents (0)

Package Sidebar

Install

npm i hubot-wikia

Weekly Downloads

0

Version

0.0.4

License

MIT

Last publish

Collaborators

  • aliasfalse