{"id":21012506,"url":"https://github.com/guipenedo/rtp-play-api","last_synced_at":"2025-05-15T04:33:08.478Z","repository":{"id":57463088,"uuid":"347769573","full_name":"guipenedo/rtp-play-api","owner":"guipenedo","description":"An unofficial python api to fetch media from RTPPlay, based on their mobile API.","archived":false,"fork":false,"pushed_at":"2022-04-17T18:34:31.000Z","size":31,"stargazers_count":9,"open_issues_count":1,"forks_count":0,"subscribers_count":6,"default_branch":"main","last_synced_at":"2024-11-08T20:08:58.661Z","etag":null,"topics":["api","api-cli","mobile","rtp","rtp-play","rtp-play-api","rtp-player","rtp-streaming","rtpplay","rtpplayapi"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/guipenedo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-03-14T22:26:33.000Z","updated_at":"2023-02-18T17:43:17.000Z","dependencies_parsed_at":"2022-09-05T15:40:49.752Z","dependency_job_id":null,"html_url":"https://github.com/guipenedo/rtp-play-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guipenedo%2Frtp-play-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guipenedo%2Frtp-play-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guipenedo%2Frtp-play-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guipenedo%2Frtp-play-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guipenedo","download_url":"https://codeload.github.com/guipenedo/rtp-play-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225327789,"owners_count":17457166,"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":["api","api-cli","mobile","rtp","rtp-play","rtp-play-api","rtp-player","rtp-streaming","rtpplay","rtpplayapi"],"created_at":"2024-11-19T09:37:13.642Z","updated_at":"2024-11-19T09:37:14.622Z","avatar_url":"https://github.com/guipenedo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RTPPlay-API\nRTP is the portuguese public broadcaster (Rádio e Televisão de Portugal). Their platform, RTPPlay gives free access to on demand and live tv content.\n\nThis python package uses [rtpplay's](https://www.rtp.pt/play/) mobile api to fetch their content. As opposed to web scraping, this is not expected to break too often.\n\n*This package is in no way official nor endorsed by RTP.*\n\n## Installation\n```shell\npip install rtpplayapi\n```\n\n## Usage\n```python\nfrom rtpplayapi import RTPPlayAPI\n\nrtppapi = RTPPlayAPI()\nprint(rtppapi.search(\"offline\"))\n```\n\n## Endpoints\n**NOTE:** Some endpoints are missing, feel free to PR.\n\n- get_live_tv_channels\n- get_live_radio_channels\n- get_slideshow\n- get_collection\n- get_channel_epg\n- get_channel\n- get_program\n- get_episode\n- list_episodes\n- list_programs\n- search\n\nLook at the docstrings on rtpplayapi/api.py for example responses and parameter description.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguipenedo%2Frtp-play-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguipenedo%2Frtp-play-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguipenedo%2Frtp-play-api/lists"}