Skip to content

BytexDigital/BytexDigital.Steam

Repository files navigation

Nuget

BytexDigital.Steam

This library is a wrapper for the popular SteamKit2 library. It's primary goal is to simplify specific APIs of it to make them easier to use.

As of now, this library's main purpose is to allow for simple content downloading (apps and workshop items) off Steam.

⚠️ Please note that this library is in early beta. APIs may change heavily between versions.

Download

nuget package

Simple item download usage example

See the test client project

Filter which files to download

You can use a condition to limit your download to specific files.

var downloadTask = downloadHandler.DownloadToFolderAsync(@".\downloads", x => x.FileName.EndsWith(".exe"));

About

Wrapper library of SteamKit2 for simpler usage of specific APIs such as downloading apps and workshop content from Steam

Resources

License

Stars

Watchers

Forks

Languages