1.1.5 • Published 9 years ago

steamstuff v1.1.5

Weekly downloads
10
License
MIT
Repository
github
Last release
9 years ago

SteamStuff

This is a simple module that's designed to make it very easy to bootstrap a node-steam-based bot.

Installation

Install it from npm:

$ npm install steamstuff

Or, add it to your package.json at the same time:

$ npm install steamstuff --save

Usage

It exports a single function, which you should call on both the Steam namespace provided by node-steam, and your instantiated Steam.SteamClient.

var Steam = require('steam');
var SteamStuff = require('steamstuff');
var bot = new Steam.SteamClient();
SteamStuff(Steam, bot); // You're now benefiting from SteamStuff

What It Does

  • Automatically listens for servers event, saves server list, and applies it to Steam.servers on startup
  • Automatically manages sentry files for Steam Guard and prompts for Steam Guard auth codes from stdin if necessary
1.1.5

9 years ago

1.1.4

9 years ago

1.1.3

9 years ago

1.1.2

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago