Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abronte/twitchchat
See what the most said things are on twitch
https://github.com/abronte/twitchchat
Last synced: 25 days ago
JSON representation
See what the most said things are on twitch
- Host: GitHub
- URL: https://github.com/abronte/twitchchat
- Owner: abronte
- Created: 2014-04-29T23:59:01.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-06T18:00:38.000Z (almost 11 years ago)
- Last Synced: 2024-11-11T19:44:53.598Z (3 months ago)
- Language: Ruby
- Homepage: http://adam.bronte.me/2015/05/26/the-most-popular-messages-in-twitch-chat/
- Size: 371 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TwitchChat
==========See what the most said things are on twitch.
Requirements
----
* Ruby 1.9.3+
* Twitch.tv account
* Redis or similar server (I used [SSDB] for this)[SSDB]:http://www.ideawu.com/ssdb/
Setup
----
* Make sure to have `TWITCH_USER` with your Twitch.tv username and `TWITCH_PW` with your Twitch.tv oauth token set up as environment variables. See the [Twitch.tv irc docs] for more information.
* Run `app.b`[Twitch.tv irc docs]:http://help.twitch.tv/customer/portal/articles/1302780-twitch-irc
To see the top messages and words, run `check.rb`.
Issues
----
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.