Monitor BBC for when shows are available on iplayer
Ruby
Switch branches/tags
Nothing to show
Clone or download
carview.php?tsp= Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
carview.php?tsp= examples
carview.php?tsp= lib/snowblink
carview.php?tsp= test
carview.php?tsp= .gitignore
carview.php?tsp= LICENSE
carview.php?tsp= README.markdown
carview.php?tsp= Rakefile
carview.php?tsp= comingup.xml
carview.php?tsp= twitter_config.yml.template

README.markdown

IPlay

Created at Mashed 08 in the 24 hour hacking session. This lets you monitor programmes you like for when they are available on BBC iplayer.

Usage

See examples/check_doctor_who.rb for an example.

You need the brand pid for the show you want. This can be found by visiting: https://bbc.co.uk/programmes

or alternatively, you can search for a pid in ruby: Snowblink::Iplay::Programme.id_for('Doctor Who')

You can provide a different strategy to execute, by default it will tweet to the twitter account of your choice.

Future

  • Allow multiple strategies

License

See LICENSE