Skip to content

Instantly share code, notes, and snippets.

@expwnent
expwnent / idle.py
Created August 10, 2019 01:05
Computes rolling average of percentages posted in twitch channel
# Author : Jonathan Decker "Lokno"
# Description: Joins an IRC channel and parses the chat messages for
# percentages. It writes the average percentage from each unique
# user to a file. Idle contributions are removed after a number of
# seconds, as defined by the variable lifeTime declared on line 19
#
# Reference:
# http://help.twitch.tv/customer/portal/articles/1302780-twitch-irc
import socket