1.3.8 • Published 10 years ago

steam-connect v1.3.8

Weekly downloads
2
License
ISC
Repository
github
Last release
10 years ago

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"
      }
    }
  }
}
1.3.8

10 years ago

1.3.7

10 years ago

1.3.6

10 years ago

1.3.5

10 years ago

1.3.4

10 years ago

1.3.3

10 years ago

1.3.2

10 years ago

1.3.1

10 years ago

1.3.0

10 years ago

1.2.0

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago