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
..

## Youtube

Searches youtube.com for videos.

### Description

This module provides a command which allows users to search for a video on youtube.com.
It replies with a video thats title is the most similar to the input.

### Dependencies

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

### config.json

Output prefix can be set.
For example:
```
{
    "outputPrefix": "\u00031,0You\u000315,5Tube\u000f"
}
```


### Commands

#### ~youtube [title]

Example:
+ ~youtube Hello World!

### TODO