--English-- Python script that gets the chat thread on a Twitch live stream It outputs a log file containing all the chat messages it can captures for the time you run the script.
- Once you downloaded/cloned the repo, go to app.py file and change the variable channel to whatever channel you'd like to get the comments from.
- Save changes and run the script.
- Access your configured localhost IP (tipically http://127.0.0.1:5000/).
- It won't load anything, but you will see a .log file will ve generated and it will contain the live chat (with a little delay).
- Stop the script once you think you have enough messages and go to http://api.digitaleriamx.com/twitch/ to upload it.
--Español-- Script de Python que obtiene el chat de una transmisión en vivo de Twitch. Genera un archivo .log que contiene todos los mensajes del chat que haya podido capturar mientras estuvo ejecutandose.
- Una vez que hayas descargado/clonado el repo, ve al archivo app.py y cambia la variable channel a cualquier canal de donde quieras tomar los comentarios del chat.
- Guarda los cambios y corre el script.
- Accede a tu IP configurada para localhost (normalmente es http://127.0.0.1:5000/).
- No cargará nada, pero notarás que se crea un archivo .log que contiene el chat en vivo (con un pequeño retraso).
- Deten el script una vez que creas que tienes suficientes mensajes y ve a http://api.digitaleriamx.com/twitch/ para subirlo.