steam-connect

1.3.8 • Public • Published

steam-connect

keep your steam online

JavaScript Example

var SteamConnect = require('steam-connect');
var SC = new SteamConnect({
  cookieStore: 'cookieStore.json',
  username: 'username',
  password: 'password',
  twoFactorSecret: 'twoFactorSecret',
  delay: 1000*60*10,
  log: true,
}).run();

Cookie file format:

{
  "steamcommunity.com": {
    "/": {
      "sessionid": {
        "key": "sessionid",
        "value": "628bd234d2252df917071e53",
        "domain": "steamcommunity.com",
        "path": "/",
        "hostOnly": true,
        "creation": "2016-01-02T12:42:12.059Z",
        "lastAccessed": "2016-01-02T17:56:05.866Z"
      }
    }
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i steam-connect

Weekly Downloads

0

Version

1.3.8

License

ISC

Last publish

Collaborators

  • sergeshaw