Skip to content

felipeimpieri/twitch-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

🎮 Twitch Tracker

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.

🚀 Tecnologías usadas

  • Python 3.11+
  • Requests (para hacer requests a la API de Twitch)
  • gspread + oauth2client (para conectar con Google Sheets)
  • Twitch API (Client ID & Secret)

📦 Instalación

  1. Clonar el repositorio
git clone https://github.com/TU_USUARIO/twitch-tracker.git
cd twitch-tracker

About

Script en Python para registrar automáticamente los streamers en vivo de Twitch en Google Sheets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages