# Kick

## ¿Qué son Kick Notifications?

Sistema que **notifica cuando streamers de Kick.com están en vivo**. Para comunidades de la plataforma.

### Casos de Uso

* ✅ Seguir streamers Kick
* ✅ Notificar broadcasts
* ✅ Comunidades Kick
* ✅ IRL streams

## 🚀 Configuración Básica

### Agregar Streamer de Kick

```bash
/kick-notify agregar streamer:@username canal:#kick-streams
```

### Remover

```bash
/kick-notify remover streamer:@username
```

### Ver Suscripciones

```bash
/kick-notify lista
```

### Probar Notificación

```bash
/kick-notify test streamer:@username
```

## 🎨 Personalizar Mensaje

### Cambiar Mensaje

```bash
/kick-notify mensaje "¡{streamer} está en vivo!"
```

**Variables:**

* `{streamer}` = Nombre streamer
* `{titulo}` = Título del stream
* `{categoria}` = Categoría
* `{viewers}` = Viewers actuales

## 📊 Ejemplo

```bash
/kick-notify agregar streamer:@adin canal:#streaming
Mensaje: "🟢 {streamer} LIVE - {viewers} viewers"

Resultado:
"🟢 adin LIVE - 8.5K viewers"
```

## 🔗 Relacionado

* [YouTube Notifications](broken://pages/4bf94409e4a347d894ba8efa8fca610d0cf91c1b)
* [Twitch Notifications](broken://pages/67f52d02895141cd841a447e5e9fc064f1aa45f2)


---

# 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/kick.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.
