{"id":15479557,"url":"https://github.com/krtirtho/piped_client","last_synced_at":"2026-03-09T13:02:28.567Z","repository":{"id":165023122,"uuid":"640316613","full_name":"KRTirtho/piped_client","owner":"KRTirtho","description":"[WIP] API Client for https://piped.video","archived":false,"fork":false,"pushed_at":"2025-03-07T04:09:11.000Z","size":34,"stargazers_count":8,"open_issues_count":1,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-06T10:47:15.841Z","etag":null,"topics":["dart","dart-package","flutter","newpipe","piped","youtube","youtube-api"],"latest_commit_sha":null,"homepage":"","language":"Dart","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/KRTirtho.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-05-13T17:22:37.000Z","updated_at":"2025-03-07T04:09:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"0c4b175d-31e7-441b-8e14-bd611d48d32f","html_url":"https://github.com/KRTirtho/piped_client","commit_stats":{"total_commits":14,"total_committers":3,"mean_commits":4.666666666666667,"dds":0.5,"last_synced_commit":"64631732eefe3d93889756dc2e4ff5c8523ed763"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/KRTirtho/piped_client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KRTirtho%2Fpiped_client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KRTirtho%2Fpiped_client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KRTirtho%2Fpiped_client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KRTirtho%2Fpiped_client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KRTirtho","download_url":"https://codeload.github.com/KRTirtho/piped_client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KRTirtho%2Fpiped_client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30297111,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T11:12:22.024Z","status":"ssl_error","status_checked_at":"2026-03-09T11:10:54.577Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["dart","dart-package","flutter","newpipe","piped","youtube","youtube-api"],"created_at":"2024-10-02T04:21:52.434Z","updated_at":"2026-03-09T13:02:28.529Z","avatar_url":"https://github.com/KRTirtho.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Piped.dart\n\nSimple api client for [piped.video](https://piped.video), an alternative frontend for YouTube\nSupports both Dart and Flutter\n\n## Installation\n\nFor flutter\n```bash\n$ flutter pub add piped_client\n```\n\nFor dart only,\n```bash\n$ dart pub add piped_client\n```\n\n## Usage\n\nSimply use the exported `PipedClient` to create an instance for the client\n\n\n```dart\nimport 'package:piped_client/piped_client.dart';\n\nvoid main() async {\n  final client = PipedClient();\n\n  final result = await client.search('piped');\n\n  for (final item in result.items) {\n    if (item is PipedSearchItemStream) {\n      print('Stream: ${item.title} =\u003e ${item.url}');\n    } else if (item is PipedSearchItemChannel) {\n      print('Channel: ${item.name} =\u003e ${item.url}');\n    } else if (item is PipedSearchItemPlaylist) {\n      print('Playlist: ${item.name} =\u003e ${item.url}');\n    }\n  }\n}\n```\n\n**Following endpoints currently implemented:**\n\n- [x] /search\n- [x] /streams\n- [x] instance-list (parses Instance.md)\n\n## License\n\n[MIT](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrtirtho%2Fpiped_client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrtirtho%2Fpiped_client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrtirtho%2Fpiped_client/lists"}