1.3.8 • Published 8 years ago

steam-connect v1.3.8

Weekly downloads
2
License
ISC
Repository
github
Last release
8 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

8 years ago

1.3.7

8 years ago

1.3.6

8 years ago

1.3.5

8 years ago

1.3.4

8 years ago

1.3.3

8 years ago

1.3.2

8 years ago

1.3.1

8 years ago

1.3.0

8 years ago

1.2.0

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago