0.0.4 • Published 9 years ago
hubot-wikia v0.0.4
hubot-wikia
##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.
Installation via NPM
Install the hubot-wikia module as a Hubot dependency by running:
npm install --save hubot-wikiaEnable 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_DOMAINRun 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
