Simplifying Steam idling. Support for multiple accounts at the same time and multiple games at the same time.
npm install steam-idlepassword is required.
auth_code is optional. You should at some point need this if you have Steam Guard enabled. Once it makes a successful login, it should save the session to the node sentry folder so you won't need to repeat the process.
games_played is optional. It is an array of objects containing a gameid key and a value corresponding to the Steam AppID. For full options or more info, click here.
auto_reply_msg is optional. If set, any messages sent to you will be replied to with this.
personastate is optional. If not set, it will default to Online. For values, click here.
npm install steam-easy-idle
npm install
steam-easy-idle/config/accounts.json
node app.js (or however you prefer, you could also use forever)
accounts.json again with your auth code and repeat the above step.