Skip to content
This repository has been archived by the owner on Mar 7, 2020. It is now read-only.
/ talktalk_tv Public archive

A gem for interacting with TalkTalk TV (based on some wonky page scraping)

License

Notifications You must be signed in to change notification settings

mocoso/talktalk_tv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A gem for interacting with TalkTalk TV (based on some wonky page scraping)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages