Idle Your Steam Account Easily.
- twoFactorCode (your steam account shared secret)
- authCode (your steam account auth code)
- Manual (this would prompt for steamGuard Code on the terminal)
- Username (Mandatory)
- Password (Mandatory)
- gameId (Mandatory)
- Method Object (Can have any of the three following values)
- twoFactorCode
- value (your shared secret)
- authCode
- value (your email auth code)
- Manual (this would prompt for steamGuard Code on the terminal)
- twoFactorCode
var Idler = require('idler');
var user = new Idler('username', 'password', 'gameId', {method: 'twoFactorCode', value: 'YourSharedSecret'})
user.idle().then(User => {
// on login it would send the User Object
}).catch(err => {
// on err it would send the Err Object
throw err;
})
Copyright to Daksh Miglani | Licensed to MIT.