Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/SteamRE/SteamKit

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.
https://github.com/SteamRE/SteamKit

c-sharp networking nuget protobuf reverse-engineering steam steam-network steamkit2 valve

Last synced: 5 days ago
JSON representation

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.

Awesome Lists containing this project

README

        

# SteamKit2
[![Build Status (CI/CD)](https://github.com/SteamRE/SteamKit/workflows/CI/CD/badge.svg?branch=master&event=push)](https://github.com/SteamRE/SteamKit/actions?query=workflow%3ACI%2FCD)
[![NuGet](https://img.shields.io/nuget/v/SteamKit2.svg)](https://www.nuget.org/packages/SteamKit2/)
[![codecov](https://codecov.io/gh/SteamRE/SteamKit/branch/master/graph/badge.svg?token=qkJCxZI6rd)](https://codecov.io/gh/SteamRE/SteamKit)

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.

## Getting Binaries

### Visual Studio

SteamKit2 is distributed as a [NuGet package](https://www.nuget.org/packages/steamkit2).

Simply install SteamKit2 using the package manager in Visual Studio, and NuGet will add all the required dependencies and references to your project.

### Other

We additionally distribute binaries on our [releases page](https://github.com/SteamRE/SteamKit/releases).

For more information on installing SteamKit2, please refer to the [Installation Guide](https://github.com/SteamRE/SteamKit/wiki/Installation) on the wiki.

## Documentation

Documentation consists primarily of XML code documentation provided with the binaries, and our [wiki](https://github.com/SteamRE/SteamKit/wiki).

## License

SteamKit2 is released under the [LGPL-2.1 license](https://choosealicense.com/licenses/lgpl-2.1/).

## Dependencies

In order to use SteamKit2 at runtime, [.NET 8.0 Runtime](https://dot.net/) or higher is required.

If you're using the SteamKit2 NuGet package, dependencies should be resolved for you. See the [Installation Guide](https://github.com/SteamRE/SteamKit/wiki/Installation) for more information.

To compile SteamKit2, [.NET 8.0 SDK](https://dot.net/) is required.

## Discussions

If you have questions, [use the Github discussions](https://github.com/SteamRE/SteamKit/discussions) section,
also try searching for an existing discussion.

IRC: irc.libera.chat / #steamre ([join via webchat](https://web.libera.chat/#steamre))