See what the most said things are on twitch.
- Ruby 1.9.3+
- Twitch.tv account
- Redis or similar server (I used SSDB for this)
- Make sure to have
TWITCH_USERwith your Twitch.tv username andTWITCH_PWwith your Twitch.tv oauth token set up as environment variables. See the Twitch.tv irc docs for more information. - Run
app.b
To see the top messages and words, run check.rb.
There is an issue of the child processes becoming zombies after they are killed. This doesn't seem to have any impact on performance and are cleaned up when the parent process is killed.