Georg 70a21d2b18
Signed-off-by: Georg <georg@lysergic.dev>
Init

- Initial fixes in modules
- Bundled adapted jsbot
- Elaborative README.md
2021-08-24 21:16:26 +02:00
..

## RT

Adds various RottenTomatoes functionalities.

### Description

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

### Dependencies

It has following dependencies:
+ [request](https://github.com/mikeal/request)

### config.json

output prefix can be set, and an API key must be obtained from
http://developer.rottentomatoes.com/
```
{
    "outputPrefix": "\u00033RT\u000f"
}

```

### Commands


#### ~rt [movie]
Searches IMDB for a movie.
Example:
+ ~rt Fear and Loathing in Las Vegas

### TODO