##Most of the links on this page referring to the usage, installation, or api will not function currently.
A Hubot script for interacting with Wikia's API (searching for articles and returning extracts).
See src/wikia.coffee for full documentation.
-
Install the hubot-wikia module as a Hubot dependency by running:
npm install --save hubot-wikia -
Enable the module by adding the hubot-wikia entry to your
external-scripts.jsonfile:[ "hubot-wikia" ] -
Add your domain to your environment with the key
HUBOT_WIKIA_DOMAIN -
Run your bot and see below for available config / commands
| Command | Listener ID | Description |
|---|---|---|
hubot wikia <query> |
id:'hubot-wikia.article', |
Returns the first Wikia article matching the search query |
user1>> hubot wikia elytron
hubot>> Elytron : http://warframe.wikia.com/wiki/Elytron

