{"id":15887851,"url":"https://github.com/rohitkhatri/youtube-python","last_synced_at":"2025-03-20T08:33:00.672Z","repository":{"id":13866716,"uuid":"75165696","full_name":"rohitkhatri/youtube-python","owner":"rohitkhatri","description":"YouTube Api wrapper in python","archived":false,"fork":false,"pushed_at":"2021-02-08T17:16:23.000Z","size":12,"stargazers_count":66,"open_issues_count":3,"forks_count":15,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-28T19:55:06.443Z","etag":null,"topics":["python","youtube-api","youtube-python"],"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/rohitkhatri.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":"2016-11-30T08:11:42.000Z","updated_at":"2023-03-06T09:14:17.000Z","dependencies_parsed_at":"2022-08-07T07:15:51.056Z","dependency_job_id":null,"html_url":"https://github.com/rohitkhatri/youtube-python","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rohitkhatri%2Fyoutube-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rohitkhatri%2Fyoutube-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rohitkhatri%2Fyoutube-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rohitkhatri%2Fyoutube-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rohitkhatri","download_url":"https://codeload.github.com/rohitkhatri/youtube-python/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244066231,"owners_count":20392406,"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":["python","youtube-api","youtube-python"],"created_at":"2024-10-06T06:05:22.996Z","updated_at":"2025-03-20T08:33:00.395Z","avatar_url":"https://github.com/rohitkhatri.png","language":"Python","readme":"# youtube-python\n===================\n#### Python - Youtube Data API v3\n\n**youtube-python** is a simple client for youtube api. It uses [Youtube Data API v3](https://developers.google.com/youtube/v3/).\n\n## Installation\n``` \nsudo pip install youtube-python\n```\n\n## Using\n```python\nfrom youtube import API\napi = API(client_id='', client_secret='', api_key='', access_token='optional')\n```\n\n## References https://developers.google.com/youtube/v3/docs/videos\n```python\nvideo = api.get('videos', id='B7FJV9KIn58')\n```\n\n## References https://developers.google.com/youtube/v3/docs/channels/list\n```python\nvideo = api.get('channels', id='UCLFZ5qAH-l_WiRd_EOzX2og')\n```\n\n\n## Contributing\n[https://github.com/rohitkhatri/youtube-python](https://github.com/rohitkhatri/youtube-python)\n\n## Youtube Data API v3\n[Youtube Data API v3 Doc](https://developers.google.com/youtube/v3/)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frohitkhatri%2Fyoutube-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frohitkhatri%2Fyoutube-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frohitkhatri%2Fyoutube-python/lists"}