Skip to content

a meteor app which tracks and graphs hot emoticons and copypastas in realtime

Notifications You must be signed in to change notification settings

alexsherman/chat-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#about

WIP

this app uses meteor, node-irc, and d3 to display realtime metrics about emoticon and copypasta usage in a particular twitch chat. most of the interesting work happens in imports/api/chats.js and imports/ui/body.js. instead of querying twitch's api to get emoticons, the entire endpoint is saved as one file and the relevant info inserted into a mongo collection. searching through this collection as it is too intensive, so chat-data indexes emoticons by popularity and only initially checks the whole collection if need be.

About

a meteor app which tracks and graphs hot emoticons and copypastas in realtime

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published