/DepotDumper

Mass depot key dumper utilizing the SteamKit2 library

Primary LanguageC#GNU General Public License v2.0GPL-2.0

DepotDownloader

Mass depot key dumper utilizing the SteamKit2 library. Supports .NET 6.0

Resulting files:

{username}_appnames.txt

  • Contains names of all apps and depots owned by the account.

{username}_apps.txt

  • Contains app tokens in "appId;appToken" format.

{username}_keys.txt

  • Contains depot keys in "depotId;depotKey" format.

{username}_pkgs.txt

  • Contains package tokens in "pkgId;pkgToken" format.

Optional parameters:

  • -app <#> - dump keys for a specific app.
  • -dump-unreleased - apps that don't have "released" status are skipped by default to prevent accidental leaks, add this parameter to override this behavior.