Idle bot for trading cards. This bot will check to see what games you have card drops available for, and will run those games. Every user definied
amount of time, the bot will re-check to see what cards are available to drop.
npm install
in the repository root.- Edit
config.js
appropriately. - Attempt to log-in, you'll receive Error 63 - which means you need to provide a Steam Guard code.
- Set the Steam Guard code in
config.js
and launch again. - After launching and successfully logging in, remove the SteamGuard code from the config.
- node-steam library relies on https://github.com/Medium/ursa . This library has extra requirements (like python). Follow its install instructions before installing this app.
- If you idle and don't see your game status updating in your main client, set your main client to away (http://i.imgur.com/X8i1SUr.png)
- When ever the bot can't reach the steamcommunity (time out, etc.), it will say it has no game to idle. Don't worry, it has a few retry attempts before it actually stops idling. Simply leave it do its thing.