Skip to content

Ingests twitch.tv irc chat, stores it in SQLite, graphs using matplotlib.

Notifications You must be signed in to change notification settings

kyle-young/twitchtvchatanalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twitchtvchatanalysis

Ingests twitch.tv irc chat, stores it in SQLite, graphs using matplotlib.

To use (after you get all the required credentials):

  1. Put the SQLite database name you want in the settings file
  2. Run createdb.py by typing in "python3 createdb.py"
  3. 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
  4. When you want go get twitch.tv chat type in "python3 twitchingest.py", ctrl+c to stop
  5. To graph, type in "python3 graph.py"

About

Ingests twitch.tv irc chat, stores it in SQLite, graphs using matplotlib.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages