{"id":18284189,"url":"https://github.com/blimpllc/rovi-tv-listings","last_synced_at":"2025-04-05T07:31:18.395Z","repository":{"id":4028826,"uuid":"5129177","full_name":"blimpllc/rovi-tv-listings","owner":"blimpllc","description":"Python Wrapper for Rovi TV Listings API","archived":false,"fork":false,"pushed_at":"2019-10-02T13:12:26.000Z","size":13,"stargazers_count":6,"open_issues_count":1,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-21T00:25:57.778Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blimpllc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-07-20T22:35:53.000Z","updated_at":"2024-04-17T21:15:16.000Z","dependencies_parsed_at":"2022-09-26T22:00:56.254Z","dependency_job_id":null,"html_url":"https://github.com/blimpllc/rovi-tv-listings","commit_stats":null,"previous_names":["blimpio/rovi-tv-listings","getblimp/rovi-tv-listings","blimpllc/rovi-tv-listings"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blimpllc%2Frovi-tv-listings","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blimpllc%2Frovi-tv-listings/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blimpllc%2Frovi-tv-listings/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blimpllc%2Frovi-tv-listings/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blimpllc","download_url":"https://codeload.github.com/blimpllc/rovi-tv-listings/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247305414,"owners_count":20917197,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-05T13:12:35.917Z","updated_at":"2025-04-05T07:31:13.386Z","avatar_url":"https://github.com/blimpllc.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"#rovi-tv-listings\n**Python Wrapper for Rovi TV Listings API**\n\n---\n\nRovi TV Listings returns international television schedules, plus data and images for programs and celebrities.\n\n* **services**: Television service offerings for an area.\n* **service_details**: Channel lineup offered by a television service.\n* **linear_schedule**: TV listings with detailed program information.\n* **grid_schedule**: TV listings designed for the space limitations of a grid.\n* **program_details**: Information about a series, episode, or program, plus a schedule of upcoming broadcasts.\n* **celebrity_details**: Information about a celebrity, plus a schedule of upcoming broadcasts the celebrity appears in.\n\n## Installation\n```\n$ pip install python-rovi\n```\n\n## Examples\n```\nfrom rovi.tv_listings import TVListings\n\ntv_listings = TVListings(api_key='CHANGE-ME')\nprint tv_listings.services(postal_code='00911', country_code='US')\nprint tv_listings.service_details(service_id='361032')\nprint tv_listings.service_details(service_id='361032')\nprint tv_listings.grid_schedule(service_id='361032')\nprint tv_listings.program_details(program_id='4258917')\nprint tv_listings.celebrity_details(name_id='100614')\n```\n\n## API Key\n[http://developer.rovicorp.com/page/Get_Started](http://developer.rovicorp.com/page/Get_Started)\n\n## Notice\nThis is a totally un-official project and Rovi Corporation is not involved in any way. We made this to make our work easier and decided to share it.\n\n## Bug tracker\nHave a bug? Please [create an issue here on GitHub](https://github.com/GetBlimp/rovi-tv-listings/issues)!\n\n## License\nAll of rovi-tv-listings is licensed under the MIT license.\n\nCopyright (c) 2012 Giovanni Collazo\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblimpllc%2Frovi-tv-listings","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblimpllc%2Frovi-tv-listings","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblimpllc%2Frovi-tv-listings/lists"}