python-rovi

Python Wrapper for Rovi TV Listings API
Download

python-rovi Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Giovanni Collazo
  • Publisher web site:
  • https://github.com/GetBlimp/

python-rovi Tags


python-rovi Description

python-rovi is a Python wrapper for the Rovi TV Listings API.Rovi TV Listings returns international television schedules, plus data and images for programs and celebrities.- services: Television service offerings for an area.- service_details: Channel lineup offered by a television service.- linear_schedule: TV listings with detailed program information.- grid_schedule: TV listings designed for the space limitations of a grid.- program_details: Information about a series, episode, or program, plus a schedule of upcoming broadcasts.- celebrity_details: Information about a celebrity, plus a schedule of upcoming broadcasts the celebrity appears in.Installation pip install python-roviExamplesfrom rovi.tv_listings import TVListingstv_listings = TVListings(api_key='CHANGE-ME')print tv_listings.services(postal_code='00911', country_code='US')print tv_listings.service_details(service_id='361032')print tv_listings.service_details(service_id='361032')print tv_listings.grid_schedule(service_id='361032')print tv_listings.program_details(program_id='4258917')print tv_listings.celebrity_details(name_id='100614')API Keyhttp://developer.rovicorp.com/page/Get_StartedProduct's homepage


python-rovi Related Software