03-ago: [videoclub] proyecto listado diario RealDebrid Torrentio (99 titulos) + notificacion IDD + descarga NAS Synology

This commit is contained in:
juanjo
2026-08-03 23:23:48 +02:00
parent 9c97a6474f
commit c2caae0ba7
7 changed files with 1327 additions and 0 deletions

22
videoclub/.env.example Normal file
View File

@@ -0,0 +1,22 @@
# Token RealDebrid usado por el addon Torrentio de Stremio.
# Se encuentra en la URL del addon: .../realdebrid=<TOKEN>/...
# El token NO se sube al repositorio (ver .gitignore).
TORRENTIO_RD_TOKEN=
# Prefijo de la URL del catalogo Torrentio (sin token).
# Formato: language=spanish|realdebrid=<TOKEN>
TORRENTIO_CONFIG=language=spanish
# Hora de la programacion diaria (Task Scheduler)
# (no es una variable de configuracion, solo referencia)
# IMPORTANTE: la notificacion se envia SOLO al canal IDD de Telegram
# via scripts/idd_channel.py de biblioteca_negocio_prolongo
# (bot API, canal -1003967773087). No usa sesion personal de telethon.
# NAS Synology Download Station (descargas con --descargar)
NAS_HOST=192.168.50.31
NAS_PORT=5000
NAS_USER=
NAS_PASS=
NAS_HTTPS=0