Project

twitchus

0.0
No commit activity in last 3 years
No release in over 3 years
Twitchus is a gem for managing a list of Twitch.tv streams
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.4.11
~> 1.2.1
~> 0.6.1
~> 0.9.10
~> 0.9.2.2
~> 2.11.0
~> 1.8.10

Runtime

~> 3.0.1
~> 1.6.7
 Project Readme

Twitchus Travis-CI Code Climate

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

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request
  6. Be happy!