{"id":19521875,"url":"https://github.com/inochi2d/vts-d","last_synced_at":"2026-02-28T22:32:31.739Z","repository":{"id":79161423,"uuid":"595065721","full_name":"Inochi2D/vts-d","owner":"Inochi2D","description":"VTube Studio API for D using vibe-d","archived":false,"fork":false,"pushed_at":"2023-07-04T22:27:08.000Z","size":14,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-26T00:46:00.868Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"D","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/Inochi2D.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":"2023-01-30T10:19:45.000Z","updated_at":"2024-12-21T16:57:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"81fefa76-b302-4a3f-8b20-fd23f417cfc5","html_url":"https://github.com/Inochi2D/vts-d","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Inochi2D/vts-d","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Inochi2D%2Fvts-d","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Inochi2D%2Fvts-d/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Inochi2D%2Fvts-d/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Inochi2D%2Fvts-d/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Inochi2D","download_url":"https://codeload.github.com/Inochi2D/vts-d/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Inochi2D%2Fvts-d/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29953296,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T18:42:55.706Z","status":"ssl_error","status_checked_at":"2026-02-28T18:42:48.811Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2024-11-11T00:35:32.782Z","updated_at":"2026-02-28T22:32:31.713Z","avatar_url":"https://github.com/Inochi2D.png","language":"D","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VTube Studio Bindings for D\n\nThis repository contains bindings for the VTube Studio websocket API.\n\nTo use the library create a VTSPlugin instance and use the functions it provides to access the API\n\n\n## Example (Change model every 5 seconds)\n```d\nmodule app;\n\nimport vts;\nimport std.datetime;\nimport std.stdio : writeln;\nimport std.random : choice;\nimport vibe.core.core : sleep;\n\nvoid main() {\n    VTSPlugin plugin = new VTSPlugin(PluginInfo(\"Test\", \"Me\", null), \"127.0.0.1\");\n    plugin.login();\n\n    auto models = plugin.getModels();\n    do {\n        if (models.length \u003e 0) plugin.tryLoadModel(choice(models).modelId);\n        \n        sleep(5.seconds);\n    } while(plugin.isConnected());\n\n    plugin.disconnect();\n}\n```\n\n## Known Issues\n * If VTube Studio is closed the application will segfault, some bug deep within vibe-d is causing it. (see [vibe.d#2706](https://github.com/vibe-d/vibe.d/issues/2706))","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finochi2d%2Fvts-d","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finochi2d%2Fvts-d","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finochi2d%2Fvts-d/lists"}