{"id":29029601,"url":"https://github.com/phillychi3/youtube_lv","last_synced_at":"2025-06-26T08:32:53.769Z","repository":{"id":50386100,"uuid":"337519843","full_name":"phillychi3/youtube_lv","owner":"phillychi3","description":"youtuber live status","archived":false,"fork":false,"pushed_at":"2024-07-29T13:39:28.000Z","size":442,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-31T07:59:13.495Z","etag":null,"topics":["api","twitch","webscraping","youtube","youtube-api"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/youtube-lv","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phillychi3.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2021-02-09T19:55:30.000Z","updated_at":"2024-09-30T11:39:55.000Z","dependencies_parsed_at":"2024-02-07T16:50:32.603Z","dependency_job_id":null,"html_url":"https://github.com/phillychi3/youtube_lv","commit_stats":{"total_commits":41,"total_committers":2,"mean_commits":20.5,"dds":0.1707317073170732,"last_synced_commit":"33079c5112dcfeae364d5b1c4c8fc66b7d6e60b9"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/phillychi3/youtube_lv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phillychi3%2Fyoutube_lv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phillychi3%2Fyoutube_lv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phillychi3%2Fyoutube_lv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phillychi3%2Fyoutube_lv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phillychi3","download_url":"https://codeload.github.com/phillychi3/youtube_lv/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phillychi3%2Fyoutube_lv/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262030245,"owners_count":23247619,"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","twitch","webscraping","youtube","youtube-api"],"created_at":"2025-06-26T08:32:46.525Z","updated_at":"2025-06-26T08:32:53.764Z","avatar_url":"https://github.com/phillychi3.png","language":"Python","funding_links":[],"categories":["Dev Tools"],"sub_categories":[],"readme":"![image](https://shields.io/pypi/pyversions/youtube-lv)\n\n### how to download\n\n`pip install youtube-lv`\n\n### how to update\n\n`pip install --upgrade youtube-lv`\n\n### how to use\n\nYoutube\n\n```python\nfrom ytlv import youtube\nlive=youtube(\"https://www.youtube.com/@ShirakamiFubuki\")\nprint(live)\n# return Youtube class\n```\n\n#### Youtube class\n\n    channellink :str\n    link: str | None\n    status: str | None\n    islive: bool\n    title: str | None\n    picture: str | None\n    timestamp: float | None\n\n#### Youtube status\n\n      \"LIVE\" | \"READY_TO_LIVE\" | \"ERROR\"| None\n\n```python\nfrom ytlv import youtube\nlive=youtube_lives(\"https://www.youtube.com/@ShirakamiFubuki/streams\")\nprint(live)\n# return Youtube_lives class\n```\n\n#### Youtube class\n\n    [\n        channellink: str\n        link: str | None\n        picture: list[str] | None\n        title: str | None\n    ]\n\nTwitch\n\n```python\nfrom ytlv import twitch\nlive=twitch(\"iitifox\")\nprint(live)\n# return twitch class\n```\n\n#### Twitch class\n\n    link: str\n    status: str | None\n    islive: bool\n    title: str | None\n    picture: str | None\n    avatar: str | None\n\n#### Twitch status\n\n      \"LIVE\" | \"ERROR\" | None\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphillychi3%2Fyoutube_lv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphillychi3%2Fyoutube_lv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphillychi3%2Fyoutube_lv/lists"}