3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-24 04:49:25 +01:00
dbot/modules/tvdb/README.md
thoso fb14f24927 TVDB module
Added a tvdb module, needs to request apikey. may or may not work due
to tvshow array.
2014-02-20 07:23:25 +01:00

535 B

theTVDB

Addes various TVDB funtionalities.

Description

This module provides a command which allows users to search for series on theTVDB.com.

Dependencies

It has following dependencies: + node-tvdb

config.json

ignorable and apiKey can be set. A key can be requested at http://thetvdb.com/?tab=apiregister

{
    "ignorable": true,
    "apiKey": "blah"
}

Commands

~tvdb [series]

Searches for series on theTVDB Example: + ~tvdb How I met your Mother

TODO