@dsyncerek/node-steam-botdeprecated

Steam Bot that automatically accept offers form owners.

Usage no npm install needed!

<script type="module">
  import dsyncerekNodeSteamBot from 'https://cdn.skypack.dev/@dsyncerek/node-steam-bot';
</script>

README

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"
});