Twitchus is a gem for managing a list of Twitch.tv streams. You just give it a list of streams and it will check their status and additional infromation and save all the data into Redis.
Installation
$ gem install twitchus
Usage
Twitchus is designed to be run via cron on a regular basis. For that it needs a config file which lists all the stream names.
Then simply run twitchus -c config.yml
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
- Be happy!