SkillAgentSearch skills...

BytexDigital.Steam

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

Install / Use

/learn @BytexDigital/BytexDigital.Steam
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

:warning: 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"));

Related Skills

View on GitHub
GitHub Stars12
CategoryProduct
Updated1y ago
Forks6

Languages

C#

Security Score

60/100

Audited on Oct 12, 2024

No findings