dbot/modules/imdb
2014-02-20 06:06:02 +01:00
..
config.json replace rottentomatoes module with new fancier imdb module 2013-10-12 22:31:57 +00:00
imdb.js fix all the module regexen 2013-12-29 18:38:24 +00:00
README.md Various README.md's and cleanups 2014-02-20 06:06:02 +01:00
strings.json TRANSLATIONS FROM ROI 2013-10-29 21:39:26 +00:00

IMDB

Adds various IMDB functionalities.

Description

This module provides a command which allows users to search IMDB for a movie.

Dependencies

It has following dependencies: + request

config.json

output prefix can be set.

{
    "outputPrefix": "\u00033IMDB\u000f"
}

Commands

~imdb [movie]

Searches IMDB for a movie. Example: + ~imdb Fear and Loathing in Las Vegas

TODO