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.
See the test client project
You can use a condition to limit your download to specific files.
var downloadTask = downloadHandler.DownloadToFolderAsync(@".\downloads", x => x.FileName.EndsWith(".exe"));