This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |