1.1.5 • Published 6 years ago

@dsyncerek/node-steam-bot v1.1.5

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Steam Bot for Node.js

Steam Bot that automatically accept offers form owners.

Installation

npm i @dsyncerek/node-steam-bot

Usage

const SteamBot = require('@dsyncerek/node-steam-bot');

let bot = new SteamBot({
    username: "your username",
    password: "your password", 
    shared: "your shared secret", 
    identity: "your identity secret", 
    admins: ["STEAMID64"],
    logFile "logs.log"
});