{"id":13493519,"url":"https://github.com/SteamRE/SteamKit","last_synced_at":"2025-03-28T11:32:55.058Z","repository":{"id":8708861,"uuid":"10376425","full_name":"SteamRE/SteamKit","owner":"SteamRE","description":"SteamKit2 is a .NET library designed to interoperate with Valve's Steam network. It aims to provide a simple, yet extensible, interface to perform various actions on the network.","archived":false,"fork":false,"pushed_at":"2025-03-18T00:10:40.000Z","size":62226,"stargazers_count":2721,"open_issues_count":46,"forks_count":507,"subscribers_count":119,"default_branch":"master","last_synced_at":"2025-03-26T20:01:55.094Z","etag":null,"topics":["c-sharp","networking","nuget","protobuf","reverse-engineering","steam","steam-network","steamkit2","valve"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SteamRE.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":"2013-05-30T05:51:34.000Z","updated_at":"2025-03-24T07:45:48.000Z","dependencies_parsed_at":"2023-02-16T08:00:51.418Z","dependency_job_id":"8c6dfba5-23af-4749-b793-954815ced192","html_url":"https://github.com/SteamRE/SteamKit","commit_stats":{"total_commits":3302,"total_committers":74,"mean_commits":44.62162162162162,"dds":0.741671714112659,"last_synced_commit":"ca1cd889f9c63fa4f29429c83d7690aabbf16f46"},"previous_names":[],"tags_count":70,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SteamRE%2FSteamKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SteamRE%2FSteamKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SteamRE%2FSteamKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SteamRE%2FSteamKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SteamRE","download_url":"https://codeload.github.com/SteamRE/SteamKit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246021499,"owners_count":20710945,"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":["c-sharp","networking","nuget","protobuf","reverse-engineering","steam","steam-network","steamkit2","valve"],"created_at":"2024-07-31T19:01:16.075Z","updated_at":"2025-03-28T11:32:55.045Z","avatar_url":"https://github.com/SteamRE.png","language":"C#","funding_links":[],"categories":["C# #","C#","C\\#","Packages"],"sub_categories":["C\u0026#35;"],"readme":"# SteamKit\r\n[![Build Status (CI/CD)](https://github.com/SteamRE/SteamKit/actions/workflows/steamkit2-build.yaml/badge.svg?event=push)](https://github.com/SteamRE/SteamKit/actions/workflows/steamkit2-build.yaml)\r\n[![NuGet](https://img.shields.io/nuget/v/SteamKit2.svg)](https://www.nuget.org/packages/SteamKit2/)\r\n[![codecov](https://codecov.io/gh/SteamRE/SteamKit/branch/master/graph/badge.svg?token=qkJCxZI6rd)](https://codecov.io/gh/SteamRE/SteamKit)\r\n\r\nSteamKit *(also known as SteamKit2)* is a .NET library designed to interoperate with Valve's [Steam network](https://store.steampowered.com/about). It aims to provide a simple, yet extensible, interface to perform various actions on the network.\r\n\r\n\r\n## Getting Binaries\r\n\r\n\r\n### Visual Studio\r\n\r\nSteamKit is distributed as a [NuGet package](https://www.nuget.org/packages/steamkit2).\r\n\r\nSimply install SteamKit using the package manager in Visual Studio, and NuGet will add all the required dependencies and references to your project.  \r\n  \r\n### Other\r\n\r\nWe additionally distribute binaries on our [releases page](https://github.com/SteamRE/SteamKit/releases).\r\n\r\nFor more information on installing SteamKit, please refer to the [Installation Guide](https://github.com/SteamRE/SteamKit/wiki/Installation) on the wiki.\r\n\r\n\r\n## Documentation\r\n\r\nDocumentation consists primarily of XML code documentation provided with the binaries, and our [wiki](https://github.com/SteamRE/SteamKit/wiki).\r\n\r\n\r\n## License\r\n\r\nSteamKit is released under the [LGPL-2.1 license](https://choosealicense.com/licenses/lgpl-2.1/).\r\n\r\n\r\n## Dependencies\r\n\r\nIn order to use SteamKit at runtime, [.NET 8.0 Runtime](https://dot.net/) or higher is required.\r\n\r\nIf you're using the SteamKit NuGet package, dependencies should be resolved for you. See the [Installation Guide](https://github.com/SteamRE/SteamKit/wiki/Installation) for more information.\r\n\r\nTo compile SteamKit, [.NET 8.0 SDK](https://dot.net/) is required.\r\n\r\n## Discussions\r\n\r\nIf you have questions, [use the GitHub Discussions](https://github.com/SteamRE/SteamKit/discussions) section,\r\nalso try searching for an existing discussion.\r\n\r\nIRC: irc.libera.chat / #steamre ([join via webchat](https://web.libera.chat/#steamre))\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSteamRE%2FSteamKit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSteamRE%2FSteamKit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSteamRE%2FSteamKit/lists"}