{"id":22799251,"url":"https://github.com/kadoshita/skyway-python-client","last_synced_at":"2025-06-13T07:03:15.463Z","repository":{"id":190898451,"uuid":"660599942","full_name":"kadoshita/skyway-python-client","owner":"kadoshita","description":"[Unofficial] SkyWayに接続するためのPythonのクライアント","archived":false,"fork":false,"pushed_at":"2025-06-04T11:34:34.000Z","size":423,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-10T02:48:06.345Z","etag":null,"topics":["python","skyway","webrtc"],"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/kadoshita.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,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-06-30T11:27:16.000Z","updated_at":"2025-06-04T11:34:36.000Z","dependencies_parsed_at":"2024-05-07T11:29:35.426Z","dependency_job_id":"e8d11598-8537-47c3-8f12-c1f788c7dfd7","html_url":"https://github.com/kadoshita/skyway-python-client","commit_stats":null,"previous_names":["kadoshita/skyway-python-client"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kadoshita/skyway-python-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kadoshita%2Fskyway-python-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kadoshita%2Fskyway-python-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kadoshita%2Fskyway-python-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kadoshita%2Fskyway-python-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kadoshita","download_url":"https://codeload.github.com/kadoshita/skyway-python-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kadoshita%2Fskyway-python-client/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259599312,"owners_count":22882349,"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","skyway","webrtc"],"created_at":"2024-12-12T07:08:30.032Z","updated_at":"2025-06-13T07:03:15.288Z","avatar_url":"https://github.com/kadoshita.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# skyway-python-client\n\nSkyWayに接続するためのPythonのクライアント\n\n## **❗注意**\n\nこれはSkyWayのSDKとは無関係の非公式の実装です。\n動作は保証しておらず、SkyWayの仕様変更により動かなくなる可能性があります。\nまた、コードや動作についての質問などはSkyWayのサポートへの連絡は行わず、本リポジトリのissueに投稿してください。\n\n## 実装済みの機能\n\n- Channelへのjoin\n- SFU Botの作成\n- VideoStreamのPublicationのSFU BotによるForwarding\n\n## 未実装の機能(抜粋)\n\n- P2PでのVideoStream、AudioStream、DataStreamのPublish / Subscribe\n- SFU経由でのAudioStreamのPublish / Subscribe\n- SFU経由でのVideoStreamのSubscribe\n- PublicationのReplaceStream\n- Streamのenable / disable\n- Simulcast\n- GetStats\n- STUN / TURNの利用\n- 再接続処理\n- エラーハンドリング\n- SkyWay Auth Tokenの更新\n- Metadataの取得・更新\n\n## 利用方法\n\n### セットアップ\n\n```shell\ngit clone git@github.com:kadoshita/skyway-python-client.git\ncd skyway-python-client\nuv venv .venv\nsource bin/activate\nuv sync\ncp .env.example .env\nvi .env # SKYWAY_APP_IDとSKYWAY_SECRET_KEYを記述する\n```\n\n### Subscriber側\n\n1. Webアプリケーションの起動\n\n```shell\ncd skyway-python-client/public\ncp ../.env .\nnpm install\nnpm start\n```\n\n2. Channelの作成\n   1. [http://localhost:1234/](http://localhost:1234/)にアクセスする\n   2. Startボタンをクリックする\n   3. Create Channelボタンをクリックする\n   4. Join Channelボタンをクリックする\n   5. Channel IDをコピーする\n3. Publisher側の実行\n4. SFU BotからのPublicationのSubscribe\n   1. コンソールに出力されたSFU BotからのPublicationのIDをコピーする\n   2. 「Publication ID:」のテキストボックスにPublicationのIDをペーストする\n   3. Subscribe Mediaボタンをクリックする\n\n### Publisher側\n\n```shell\n$ uv run src/main.py\nchannel_id: # Subscriber側で作成したChannel IDをペーストし、Enterを押す\n```\n\n## 動作環境\n\n- macOS Sonoma 14.6.1\n- Python 3.10.2\n- uv 0.5.26\n- Node.js v20.10.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkadoshita%2Fskyway-python-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkadoshita%2Fskyway-python-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkadoshita%2Fskyway-python-client/lists"}