{"id":15139585,"url":"https://github.com/yanorei32/vrchatrejointool","last_synced_at":"2025-09-02T08:40:22.159Z","repository":{"id":36528934,"uuid":"200313688","full_name":"yanorei32/VRChatRejoinTool","owner":"yanorei32","description":"This software helps rejoin to the VRChat instance.","archived":false,"fork":false,"pushed_at":"2025-08-14T03:26:14.000Z","size":398,"stargazers_count":65,"open_issues_count":4,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-14T05:29:08.482Z","etag":null,"topics":["csharp","dotnet","makefile","vrchat"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yanorei32.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-08-03T00:34:26.000Z","updated_at":"2025-08-14T03:25:36.000Z","dependencies_parsed_at":"2023-02-13T17:46:19.557Z","dependency_job_id":"455ca033-6bea-482e-a692-ccd5379faa0f","html_url":"https://github.com/yanorei32/VRChatRejoinTool","commit_stats":{"total_commits":242,"total_committers":7,"mean_commits":34.57142857142857,"dds":0.4545454545454546,"last_synced_commit":"47d94b5e8346f0d6265087c050e454323fcd1c95"},"previous_names":[],"tags_count":33,"template":false,"template_full_name":null,"purl":"pkg:github/yanorei32/VRChatRejoinTool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yanorei32%2FVRChatRejoinTool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yanorei32%2FVRChatRejoinTool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yanorei32%2FVRChatRejoinTool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yanorei32%2FVRChatRejoinTool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yanorei32","download_url":"https://codeload.github.com/yanorei32/VRChatRejoinTool/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yanorei32%2FVRChatRejoinTool/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273257397,"owners_count":25073530,"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","status":"online","status_checked_at":"2025-09-02T02:00:09.530Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["csharp","dotnet","makefile","vrchat"],"created_at":"2024-09-26T08:01:05.550Z","updated_at":"2025-09-02T08:40:22.124Z","avatar_url":"https://github.com/yanorei32.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VRChat Rejoin Tool\n\nThis software helps rejoin the instance.\n\n1. Run `VRChatRejoin.exe`\n   + Instances are automatically suggested based on the VRChat log file.\n\n![image](https://user-images.githubusercontent.com/11992915/122331166-56d43780-cf6f-11eb-90dc-56a63b9e898b.png)\n\nIf you want to use the old log file, read it by drag and drop.\n\n## Latest release\n[Download](https://github.com/Yanorei32/VRChatRejoinTool/releases/latest)\n\n[Download from BOOTH (for boost)](https://yanorei32.booth.pm/items/1489700)\n\n## Command-line Arguments\n\n| Argument                             | Description                                                                              |\n|:-------------------------------------|:-----------------------------------------------------------------------------------------|\n| `--kill-vrc`                         | Kill VRChat.exe processes before launch. (for non-VR)                                    |\n| `--invite-me`                        | Use vrc-invite-me.exe integration  (works with `--no-gui` option)                        |\n| `--ignore-public`                    | Ignore public and unknown instances.                                                     |\n| `--ignore-by-time=\u003ctime in minutes\u003e` | Ignore too old visits.                                                                   |\n| `--ignore-worlds=wrld_xx,wrld_xx`    | Ignore worlds.                                                                           |\n| `--no-gui`                           | No GUI mode (Auto join to first candidate)                                               |\n| `--no-dialog`                        | Don't show error dialogs (Sound only). (works with `--no-gui` option.)                   |\n| `--quick-save`                       | Quick-save instance shortcut (vrchat) to `AppDir/saves/`  (works with `--no-gui` option) |\n| `--quick-save-http`                  | Quick-save instance shortcut (http) to `AppDir/saves/`  (works with `--no-gui` option)   |\n| `--index=\u003cn\u003e`                        | Set visit by index (default: 0). (works with `--no-gui` option.)                         |\n\n### Example (VaNii Menu)\n\nhttps://pastebin.com/axeK0ePs\n\n## Build\n\n### Easily\n\n* Windows 10\n\n1. Download Source Code from [Download ZIP](https://github.com/Yanorei32/VRChatRejoinTool/archive/master.zip) and Extract\n1. Run `build-csc.bat`\n\n### Advanced (official)\n\n* Windows 10\n* Cygwin or WSL or WSL2 / GNU make\n\n1. Run commands in Cygwin environment:\n```bash\ngit clone https://github.com/yanorei32/VRChatRejoinTool\ncd VRChatRejoinTool\nmake\nmake genzip # if you need zip file.\n```\n\n### dotnet compiler\n\n* dotnet compiler\n\n1. Run `build-dotnet-release.bat`\n\n## Special thanks\n\n* New logo created by [@FUMI23_VRC](https://twitter.com/intent/user?user_id=1217010323695128578)\n* Dotnet compiler supported by [@Ram_Type64_Mod0](https://twitter.com/intent/user?user_id=164613634)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyanorei32%2Fvrchatrejointool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyanorei32%2Fvrchatrejointool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyanorei32%2Fvrchatrejointool/lists"}