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.6
 Project Readme

blinkbox_films is a Ruby gem which provides a page scraped API for searching the films and tv shows available for streaming from blinkbox.com

Installation

$ gem install blinkbox_films

Or with Bundler in your Gemfile.

gem 'blinkbox_films'

Usage

require 'blinkbox_films'

blinkbox_search = BlinkboxFilms::Search.new

results = blinkbox_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.