This is a fork of node-steam's SteamClient. Essentially it's node-steam without the handler modules and with some more features. It should be compatible with all node-steam handler modules, as long as the underlying Steam protocol doesn't change without a third-party module's knowledge.
The main features of doctormckay/node-steam-client are: Steam Development Libraries.
Open-source alternatives to doctormckay/node-steam-client include: gibbed/steamachievementmanager — Steam Achievement Manager is a game achievement editor and specialized API client designed to modify and unlock game… doctormckay/node-steam-user — SteamUser allows you to communicate with the Steam servers in the same manner as a proper Steam client. It's designed… dragonbanshee/node-steam-parentbot — A module that provides a simple base class for a Steam bot that can be easily overwritten and customized. longi94/javasteam — Java port of SteamKit2. JavaSteam targets Java 11. obsidianminor/steamstandardproject — A collection of .NET Standard libraries using common types that provide functionality in one or more Steam services. philipp15b/go-steam — This library implements Steam's protocol to allow automation of different actions on Steam without running an actual…
Steam Achievement Manager is a game achievement editor and specialized API client designed to modify and unlock game achievements and statistics for titles on the Steam platform. It functions as a utility for manually changing the state of earned rewards and milestones while the client is running. The tool provides capabilities for steam profile customization and game statistic manipulation, allowing users to adjust displayed progress and achievement states. It operates by interfacing with the platform backend to update user profile data.
A module that provides a simple base class for a Steam bot that can be easily overwritten and customized.
SteamUser allows you to communicate with the Steam servers in the same manner as a proper Steam client. It's designed to be a self-contained module which provides all the functionality expected of a Steam user client.
A TypeScript/JavaScript wrapper for the Steamworks SDK using Koffi FFI, designed for Node.js and Electron applications with Steamworks SDK v1.64 integration.