3
0
mirror of https://github.com/reality/dbot.git synced 2026-04-26 05:08:02 +02: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](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