📰 Report News Bot

Bot de Telegram que recopila noticias de tecnología desde 20+ fuentes, con menú interactivo, búsqueda y favoritos.

Stars Docker Pulls Last Commit Python Telegram
⭐ GitHub 🐳 Docker Hub

✨ Funcionalidades

🔘

Menú interactivo

Botones inline de Telegram para navegar categorías sin escribir comandos

📚

/todas

Ver todas las fuentes de una categoría de un solo golpe

🔍

/buscar

Buscar noticias por palabra clave en todas las fuentes

/favoritos

Guarda tus fuentes preferidas y consúltalas rápido

Caché inteligente

15 min de caché para respuestas rápidas sin re-scrapear

🔗

Preview de links

Cada noticia se envía individual para que Telegram genere preview

🛡️

Resiliente

Si un scraper falla, el bot sigue funcionando con las demás fuentes

🏥

Health check

GitHub Action semanal que verifica scrapers y abre issues automáticos

📄

Paginación

Botón "Ver más" cuando hay más de 10 noticias disponibles

📡 Fuentes de noticias

20 fuentes organizadas en 6 categorías

💻 Tecnología

Xataka

/xataka

Genbeta

/genbeta

Hipertextual

/hipertextual

Computer Hoy

/computerhoy

Omicrono

/omicrono

Fayer Wayer

/fayer
📱 Apple & Android

Apple Esfera

/applesfera

Xataka Android

/xatakandroid
🐧 Linux & Open Source

Muy Linux

/muylinux

DistroWatch

/distrowatch

It's FOSS

/itsfoss

OMG! Ubuntu

/omgubuntu
🧠 IA & Ciencia

Wwwhats new

/wwwhatsnew

Microsiervos

/microsiervos

Ars Technica AI

/arstechnica
🌍 Internacional

The Verge

/theverge

Hacker News

/hackernews

TechCrunch

/techcrunch
🔒 Seguridad

The Hacker News

/thehackernews

Krebs on Security

/krebs

🚀 Inicio rápido

docker run -d --name report_news \
  -e TOKEN="tu_token_telegram" \
  neytor/report_news
# docker-compose.yml
services:
  report_news:
    image: neytor/report_news
    restart: unless-stopped
    environment:
      - TOKEN=tu_token_telegram
    healthcheck:
      test: ["CMD", "python3", "-c", "import requests; requests.get('https://api.telegram.org', timeout=5)"]
      interval: 60s
      timeout: 10s
      retries: 3

🏗️ Arquitecturas

ArquitecturaPlataformaDispositivos
x86-64linux/amd64PCs, servidores
ARM64linux/arm64Raspberry Pi 3/4/5, Apple Silicon
ARMv7linux/arm/v7Raspberry Pi 2, IoT