# YouTube

## ¿Qué son YouTube Notifications?

Sistema que **notifica automáticamente** cuando un canal de YouTube sube video. Perfecta para comunidades de creators.

### Casos de Uso

* ✅ Notificar nuevos videos
* ✅ Anunciar streams
* ✅ Seguir creators
* ✅ Automoderación de contenido

***

## 🚀 Configuración Básica

### Agregar Canal de YouTube

```bash
/ytnotif agregar canal:@usuario-youtube notificacion:#anuncios
```

### Remover

```bash
/ytnotif remover canal:@usuario-youtube
```

### Ver Suscripciones

```bash
/ytnotif lista
```

### Probar Notificación

```bash
/ytnotif test canal:@usuario-youtube
```

***

## 🎨 Personalizar Mensaje

### Cambiar Mensaje

```bash
/ytnotif mensaje "¡{creator} subió un video!"
```

**Variables disponibles:**

* `{creator}` = Nombre del creator
* `{titulo}` = Título del video
* `{url}` = Link del video
* `{categoria}` = Categoría

***

## 📊 Ejemplo

```bash
/ytnotif agregar @minimalist #noticias
"¡{creator} tiene video nuevo! {titulo}"

Resultado:
"¡minimalist tiene video nuevo! El mejor setup gaming 2024"
```

***

## 🔗 Relacionado

* [Twitch Notifications](broken://pages/67f52d02895141cd841a447e5e9fc064f1aa45f2)
* [Kick Notifications](broken://pages/90d542d9b1d9d58924759334f57bc9a43342938c)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://okaa.gitbook.io/okaa-wiki/alertas-and-notificaciones/youtube.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
