forked from GitHub/dbot
32 lines
453 B
Markdown
32 lines
453 B
Markdown
|
## 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](https://github.com/mikeal/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
|