Ingests twitch.tv irc chat, stores it in SQLite, graphs using matplotlib.
To use (after you get all the required credentials):
- Put the SQLite database name you want in the settings file
- Run createdb.py by typing in "python3 createdb.py"
- Get all of the IRC connection info
-For oauth key: www.twitchapps.com/tmi/
-For IRC connection info: https://api.twitch.tv/api/channels/CHANNEL_NAME/chat_properties - When you want go get twitch.tv chat type in "python3 twitchingest.py", ctrl+c to stop
- To graph, type in "python3 graph.py"