Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jnewland/votigoto
Ruby API wrapper for the TiVoToGo protocol. Use it to access a list of recorded shows and programs on your Tivo.
https://github.com/jnewland/votigoto
Last synced: about 16 hours ago
JSON representation
Ruby API wrapper for the TiVoToGo protocol. Use it to access a list of recorded shows and programs on your Tivo.
- Host: GitHub
- URL: https://github.com/jnewland/votigoto
- Owner: jnewland
- License: mit
- Created: 2008-01-27T02:50:24.000Z (almost 17 years ago)
- Default Branch: master
- Last Pushed: 2008-03-26T19:09:47.000Z (over 16 years ago)
- Last Synced: 2023-04-10T15:07:14.171Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 113 KB
- Stars: 10
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- Changelog: History.txt
- License: License.txt
Awesome Lists containing this project
README
README for votigoto
===================>> require 'votigoto'
=> true
>> tivo = Votigoto::Base.new("10.0.0.148","SEKRET_MEDIA_ACCESS_KEY")
=> #
>> tivo.shows.first.to_s
=> "The Daily Show With Jon Stewart - Senator Joe Biden (D-Del.)."