# Twitch

## ¿Qué son Twitch Notifications?

Sistema que **notifica cuando un streamer está en vivo**. Perfecto para seguir gamers.

### Casos de uso

* ✅ Notificar streams en vivo
* ✅ Avisar seguidores
* ✅ Comunidades de streamers
* ✅ Eventos en vivo

## 🚀 Configuración básica

### Agregar streamer

```bash
/twitchnotif agregar streamer:@username canal:#streams
```

### Remover

```bash
/twitchnotif remover streamer:@username
```

### Ver suscripciones

```bash
/twitchnotif lista
```

### Probar notificación

```bash
/twitchnotif test streamer:@username
```

## 🎨 Personalizar mensaje

### Cambiar mensaje

```bash
/twitchnotif mensaje "¡{streamer} está en vivo jugando {juego}!"
```

**Variables:**

* `{streamer}` = Nombre streamer
* `{juego}` = Juego actual
* `{url}` = Link del stream
* `{viewers}` = Viewers actuales

## 📊 Ejemplo

```bash
/twitchnotif agregar streamer:@pokimane canal:#streams
Mensaje: "🎮 {streamer} está en vivo con {viewers} viewers!"

Resultado:
"🎮 pokimane está en vivo con 15.2K viewers!"
```

## 🔗 Relacionado

* [YouTube Notifications](broken://pages/4bf94409e4a347d894ba8efa8fca610d0cf91c1b)
* [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/twitch.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.
