0.0.4 • Published 8 years ago

hubot-wikia v0.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

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

CommandListener IDDescription
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
0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago