MonoForge

jnewland / votigoto

votigoto

Public

Ruby API wrapper for the TiVoToGo protocol. Use it to access a list of recorded shows and programs on your Tivo.

20 filesupdated Jun 18, 2026

README

README for votigoto

require 'votigoto' => true tivo = Votigoto::Base.new("10.0.0.148","SEKRET_MEDIA_ACCESS_KEY") => #<Votigoto::Base:0x14095d8 @mak="SEKRET_MEDIA_ACCESS_KEY", @ip="10.0.0.148"> tivo.shows.first.to_s => "The Daily Show With Jon Stewart - Senator Joe Biden (D-Del.)."