0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Built with some wonky page scraping
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 10
~> 3
~> 3.0
~> 1.22

Runtime

>= 1.7.1, ~> 1.7
 Project Readme

talktalk_tv is a Ruby gem which provides a page scraped API for searching the films and tv shows available for streaming from https://www.talktalktvstore.co.uk

Installation

$ gem install talktalk_tv

Or with Bundler in your Gemfile.

gem 'talktalk_tv'

Usage

require 'talktalk_tv'

talktalk_tv_search = TalkTalkTV::Search.new

results = talktalk_tv_search.search('toy story')

Where the results are an array containing a hash for each result. Each result has title, url and image_url keys.