Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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.

License

Notifications You must be signed in to change notification settings

ophura/SteamKitten

 
 

Repository files navigation

SteamKitten

Build Status (CI/CD) NuGet codecov

SteamKitten (also known as SteamKit) 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.

Getting Binaries

Visual Studio

SteamKitten is distributed as a NuGet package.

Simply install SteamKitten 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.

For more information on installing SteamKitten, please refer to the Installation Guide on the wiki.

Documentation

Documentation consists primarily of XML code documentation provided with the binaries, and our wiki.

License

SteamKitten is released under the LGPL-2.1 license.

Dependencies

In order to use SteamKitten at runtime, .NET 8.0 Runtime or higher is required.

If you're using the SteamKitten NuGet package, dependencies should be resolved for you. See the Installation Guide for more information.

To compile SteamKitten, .NET 8.0 SDK is required.

Discussions

If you have questions, use the GitHub Discussions section, also try searching for an existing discussion.

IRC: irc.libera.chat / #steamre (join via webchat)

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.1%
  • Other 0.9%