{"id":21512092,"url":"https://github.com/step63r/deresute-data-get","last_synced_at":"2026-05-18T08:32:30.855Z","repository":{"id":134083395,"uuid":"454062328","full_name":"step63r/deresute-data-get","owner":"step63r","description":"デレステのカード名から以下のデータを検索してCSVとして出力するスクリプト。","archived":false,"fork":false,"pushed_at":"2022-01-31T15:34:25.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-17T15:27:05.707Z","etag":null,"topics":["python","selenium"],"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/step63r.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":"2022-01-31T15:33:49.000Z","updated_at":"2022-01-31T15:34:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"7ad2562e-188a-4983-b936-336ebf4aedb1","html_url":"https://github.com/step63r/deresute-data-get","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/step63r/deresute-data-get","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step63r%2Fderesute-data-get","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step63r%2Fderesute-data-get/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step63r%2Fderesute-data-get/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step63r%2Fderesute-data-get/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/step63r","download_url":"https://codeload.github.com/step63r/deresute-data-get/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step63r%2Fderesute-data-get/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33170842,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T05:43:36.989Z","status":"ssl_error","status_checked_at":"2026-05-18T05:43:19.133Z","response_time":71,"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":["python","selenium"],"created_at":"2024-11-23T22:27:36.407Z","updated_at":"2026-05-18T08:32:30.840Z","avatar_url":"https://github.com/step63r.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# deresute-data-get\n\n## Description\n\nデレステのカード名から以下のデータを検索してCSVとして出力するスクリプト。\n\n## Requirement\n\n- Python 3.9.10\n\n## Install\n\nこのリポジトリをフォークしてクローンします。\n\n```\n$ git clone git@github.com:[yourname]/deresute-data-get.git\n```\n\n仮想Python環境を作成します。\n\n```\n$ python -m venv .env\n$ ./.env/Scripts/activate\n```\n\nパッケージをインストールします。\n\n```\n(.env)$ python -m pip install -r .\\requirements.txt\n```\n\n## Usage\n\n以下のようなテキストファイルを作成し...\n\n```\n［愛されブロッサム］月宮雅\n［薔薇の闇姫］神崎蘭子\n［ハート★オーバーフロー］城ヶ崎美嘉\n...\n```\n\nコマンドラインからスクリプトを実行します。\n\n```\n(.env)$ python ./main.py input.txt\n```\n\n以下のようなファイルが出力されます。\n\n```\nカード番号,カード名,タイプ,初期ライフ,初期ボーカル,初期ダンス,初期ビジュアル,最大ライフ,最大ボーカル,最大ダンス,最大ビジュアル,センター効果,特技\n2310,［愛されブロッサム］月宮雅,キュート,42,1919,3270,2316,44,3855,7173,4652,キュート・クロス・クール,コンセントレーション\n102,［薔薇の闇姫］神崎蘭子,クール,42,3430,2287,1906,44,6892,4595,3830,クールボイス,SCOREボーナス\n314,［ハート★オーバーフロー］城ヶ崎美嘉,パッション,42,2550,2875,2485,44,5123,5776,4993,パッションブリリアンス,SCOREボーナス\n```\n\nコマンドライン引数は以下のとおりです。\n\n| 引数名            | 必須 | 型     | 内容                                         |\n|:----------------- |:---- |:------ |:-------------------------------------------- |\n| src_file          | *    | str    | 検索カード一覧のファイルパス                 |\n| --engine, -e      |      | str    | ブラウザの種類 ['chrome', 'edge', 'firefox'] |\n| --output_path, -o |      | str    | 出力ファイルパス (既定値: ./result.csv)      |\n| --exact_card      |      | option | 特訓前のカード名でもその名前で検索する       |\n\n## Contribution\n\n1. このリポジトリをフォークする\n2. 修正ブランチを切る\n3. 変更をコミットする\n4. 修正ブランチをプッシュする\n5. プルリクエストを作成する\n\n## License\n\nMIT License\n\n## Author\n\n[minato](https://blog.minatoproject.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstep63r%2Fderesute-data-get","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstep63r%2Fderesute-data-get","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstep63r%2Fderesute-data-get/lists"}