{"id":22937849,"url":"https://github.com/mryutaro/spla3clip","last_synced_at":"2026-04-04T16:31:44.720Z","repository":{"id":254802471,"uuid":"847569396","full_name":"MRyutaro/spla3clip","owner":"MRyutaro","description":"spla3clip: キル・デスした時刻を自動で解析するスプラトゥーン3用ツール","archived":false,"fork":false,"pushed_at":"2025-05-18T17:48:24.000Z","size":10591,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-18T18:40:35.699Z","etag":null,"topics":["fastapi","python","react","scikit-learn","typescript"],"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/MRyutaro.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}},"created_at":"2024-08-26T05:51:59.000Z","updated_at":"2025-05-18T17:48:13.000Z","dependencies_parsed_at":"2024-08-26T07:58:43.627Z","dependency_job_id":"e081c65b-5ccb-48db-bad6-1e83311d3e1c","html_url":"https://github.com/MRyutaro/spla3clip","commit_stats":null,"previous_names":["mryutaro/splatoon3_highlight_collector","mryutaro/spla3clip"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/MRyutaro/spla3clip","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MRyutaro%2Fspla3clip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MRyutaro%2Fspla3clip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MRyutaro%2Fspla3clip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MRyutaro%2Fspla3clip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MRyutaro","download_url":"https://codeload.github.com/MRyutaro/spla3clip/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MRyutaro%2Fspla3clip/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31405703,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"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":["fastapi","python","react","scikit-learn","typescript"],"created_at":"2024-12-14T12:14:47.295Z","updated_at":"2026-04-04T16:31:44.696Z","avatar_url":"https://github.com/MRyutaro.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# spla3clip\n\n![サンプルイメージ](/docs/sample_image.gif)\n\nスプラトゥーン3でキル・デスした時刻を自動で集めるツールです。\n\n以下の2つの方法で利用できます。\n| 方法 | 説明 | おすすめ度 |\n| --- | --- | --- |\n| ブラウザ版 | ブラウザ上でボタン操作でキル・デスした時刻を自動で集める方法です。キル・デスした時刻を動画で確認することができます。プログラミングの知識が必要です。 | ★★ |\n| コマンド版 | Pythonコマンドを使ってキル・デスした時刻を自動で集める方法です。 | ★☆ |\n\n## 想定している利用者\n- スプラ3のキル集を作りたい人\n- スプラ3動画投稿者でデスしているときだけ早送りorカットしたい人\n\n## 対応しているイベント\n- キル\n- デス\n- スタート\n- フィニッシュ\n\n## インストール方法\n### ◎ブラウザ版\n1. Python, Node.jsをインストールする。\n\n2. レポジトリをクローンする。\n```bash\ngit clone https://github.com/MRyutaro/splatoon3_highlight_collector\n```\n\n3. 仮想環境を作成する。\n```bash\npython -m venv .venv\n```\n\n4. 仮想環境を有効化する。\n```bash\nsource .venv/bin/activate\n```\n\n5. 依存パッケージをインストールする。\n```bash\npip install -r requirements.txt\n```\n\n6. フロントエンドの依存パッケージをインストールし、ビルドする。\n```bash\ncd frontend\nnpm install\nnpm run build\n```\n\n### ◎コマンド版\n1. Pythonをインストールする。\n\n2. レポジトリをクローンする。\n```bash\ngit clone https://github.com/MRyutaro/splatoon3_highlight_collector\n```\n\n3. 仮想環境を作成する。\n```bash\npython -m venv .venv\n```\n\n4. 仮想環境を有効化する。\n```bash\nsource .venv/bin/activate\n```\n\n5. 依存パッケージをインストールする。\n```bash\npip install -r requirements.txt\n```\n\n## 使い方\n### ◎ブラウザ版\n1. コマンドを実行する。\n```bash\npython server.py\n```\n\n2. ブラウザで`http://localhost:8000`にアクセスする。\n\n3. 動画ファイルを選択し、アップロードする。\n\n4. 解析開始ボタンを押す。\n\n5. キル・デスした時刻をクリックして動画上で確認する。\n\n### ◎コマンド版\n1. コマンドを実行する。\n```bash\npython main.py \u003cmovie_file_path\u003e \u003coutput_file_path\u003e\n```\nコマンドの詳細は以下の通りです。\n| 引数 | 説明 | 必須/任意 | デフォルト値 |\n| --- | --- | --- | --- |\n| movie_file_path | 動画ファイルのパスを指定してください。mp4形式のみ対応しています。 | 必須 | なし |\n| output_file_path | 出力ファイルのパスを指定したい場合はcsv形式で指定してください。指定しない場合は`out.csv`に出力されます。 | 任意 | out.csv |\n\n例）\n```bash\npython main.py movie.mp4\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmryutaro%2Fspla3clip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmryutaro%2Fspla3clip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmryutaro%2Fspla3clip/lists"}