Sha256: e3acf086326adf46c588eecc33caecad71c615e933f4aaa550b3389f8fa8674a

Contents?: true

Size: 891 Bytes

Versions: 13

Compression:

Stored size: 891 Bytes

Contents

# Twitchus [![Travis-CI](https://secure.travis-ci.org/darthdeus/twitchus.png)](http://travis-ci.org/#!/darthdeus/twitchus) [![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/darthdeus/twitchus)

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!

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
twitchus-0.1.8 README.md
twitchus-0.1.7 README.md
twitchus-0.1.6 README.md
twitchus-0.1.5 README.md
twitchus-0.1.4 README.md
twitchus-0.1.3 README.md
twitchus-0.1.2 README.md
twitchus-0.1.1 README.md
twitchus-0.1.0 README.md
twitchus-0.0.4 README.md
twitchus-0.0.3 README.md
twitchus-0.0.2 README.md
twitchus-0.0.1 README.md