Automatiza el seguimiento de streamers de Twitch y guarda la información de sus transmisiones en Google Sheets para análisis histórico.
Con este script en Python, podés:
- Consultar automáticamente la API de Twitch.
- Saber qué streamers están en vivo sin abrir Twitch.
- Guardar datos de manera organizada en Google Sheets.
- (Opcional) Programar la ejecución automática para tener siempre registros históricos.
- Python 3.11+
- Requests (para hacer requests a la API de Twitch)
- gspread + oauth2client (para conectar con Google Sheets)
- Twitch API (Client ID & Secret)
- Clonar el repositorio
git clone https://github.com/TU_USUARIO/twitch-tracker.git
cd twitch-tracker