{"id":21850665,"url":"https://github.com/stephenmp/slobsharp","last_synced_at":"2025-04-14T15:03:11.652Z","repository":{"id":33224092,"uuid":"153934966","full_name":"StephenMP/SLOBSharp","owner":"StephenMP","description":"A .NET Standard Client library used to integrate with StreamLabs OBS","archived":false,"fork":false,"pushed_at":"2022-12-08T05:25:15.000Z","size":70,"stargazers_count":7,"open_issues_count":1,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-30T14:28:15.083Z","etag":null,"topics":["csharp","netcore20","netcore21","netstandard","netstandard20","nuget","nuget-package","obs","streamlabs","streamlabs-obs"],"latest_commit_sha":null,"homepage":null,"language":"C#","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/StephenMP.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}},"created_at":"2018-10-20T18:17:50.000Z","updated_at":"2024-04-30T04:49:47.000Z","dependencies_parsed_at":"2023-01-14T23:58:42.510Z","dependency_job_id":null,"html_url":"https://github.com/StephenMP/SLOBSharp","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StephenMP%2FSLOBSharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StephenMP%2FSLOBSharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StephenMP%2FSLOBSharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StephenMP%2FSLOBSharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StephenMP","download_url":"https://codeload.github.com/StephenMP/SLOBSharp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226837350,"owners_count":17689968,"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":["csharp","netcore20","netcore21","netstandard","netstandard20","nuget","nuget-package","obs","streamlabs","streamlabs-obs"],"created_at":"2024-11-28T00:18:45.661Z","updated_at":"2024-11-28T00:18:46.295Z","avatar_url":"https://github.com/StephenMP.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SLOBSharp\nA .NET Standard Client library used to integrate with StreamLabs OBS\n\n|Build|Release|Code Coverage|\n|:---:|:-----:|:-----------:|\n|[![Build status](https://ci.appveyor.com/api/projects/status/x5b3uimq6puxe5aw/branch/master?svg=true)](https://ci.appveyor.com/project/StephenMP/slobsharp/branch/master)|[![Build status](https://ci.appveyor.com/api/projects/status/x5b3uimq6puxe5aw/branch/release?svg=true)](https://ci.appveyor.com/project/StephenMP/slobsharp/branch/release) [![NuGet](https://img.shields.io/nuget/v/SLOBSharp.svg)](https://www.nuget.org/packages/SLOBSharp/) [![NuGet](https://img.shields.io/nuget/dt/SLOBSharp.svg)](https://www.nuget.org/packages/SLOBSharp/)|[![codecov](https://codecov.io/gh/StephenMP/SLOBSharp/branch/master/graph/badge.svg)](https://codecov.io/gh/StephenMP/SLOBSharp)|\n\n## Current API Support\nCurrently, this project only supports using named pipes for [StreamLabs OBS](https://streamlabs.com/streamlabs-obs). WebSocket support may be added at a later date.\n\n## Simple Example\n```csharp\n/* \n * This example will get the currently active scene in SLOBS\n * Make sure you have SLOBS running and that you've enabled named pipes before trying\n * See https://github.com/stream-labs/streamlabs-obs-api-docs#how-to-connect-web-application-to-streamlabs-obs\n * on how to enable named pipes in SLOBS\n */\n\n// Constructor takes the name of the pipe (default constructor uses the pipe name \"slobs\")\nvar client = new SlobsPipeClient(\"slobs\");\n\n// Build our request\nvar slobsRequest = SlobsRequestBuilder.NewRequest().SetMethod(\"activeScene\").SetResource(\"ScenesService\").BuildRequest();\n\n// Issue the request\nvar slobsRpcResponse = await this.slobsClient.ExecuteRequestAsync(request).ConfigureAwait(false);\n\n// Get the result\nvar activeScene = slobsRpcResponse.Result.FirstOrDefault();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephenmp%2Fslobsharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstephenmp%2Fslobsharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephenmp%2Fslobsharp/lists"}