Project

tvdb

0.02
No commit activity in last 3 years
No release in over 3 years
Ruby wrapper for accessing TV shows information from the TheTVDB API
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 1.2.9

Runtime

>= 0.8.1
>= 0.9.1
 Project Readme

tvdb

Ruby wrapper for accessing TV shows information from the TheTVDB API.

Example

require 'tvdb'
client = TVdb::Client.new('my_api_key')
results = client.search('The Big Bang Theory')
client.serie_in_language(results.first, 'fr')

Copyright

Copyright (c) 2009 Álvaro Bautista, released under MIT license