chalkers / revver4r

A simple Ruby interface for Revver's api

This URL has Read+Write access

name age message
file .gitignore Loading commit data...
file CHANGELOG Thu Nov 20 08:09:14 -0800 2008 Adding plugin and gemspec support [chalkers]
file README.rdoc
file Rakefile
file Revver4R.gemspec Mon Nov 24 02:47:02 -0800 2008 Changed doc [chalkers]
file init.rb Thu Nov 20 08:09:14 -0800 2008 Adding plugin and gemspec support [chalkers]
directory lib/ Mon Nov 24 02:44:38 -0800 2008 Fixed GemSpec [chalkers]
README.rdoc

Revver4R

Revver4R is a simple Ruby interface for Revver’s api.

Install

  gem install chalkers-Revver4R --source http://gems.github.com

Usage

Here’s how to pull 1 quicktime video with the tag ruby

  require 'Revver4R'
  video_search = Revver4R::VideoSearch.new("qt","tag","ruby",{"limit" => 1})
  videos = video_search.search
  videos.each do |video|
    puts video.to_yaml
  end

For more information at developer.revver.com/feeds/mrss

License

THE MIT LICENSE

Copyright © 2008 Andrew Chalkley

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

creativecommons.org/licenses/MIT/