-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
PixLSteam edited this page Oct 28, 2017
·
3 revisions
-
Download steamidle.js and package.json (it's recommended to create a separate folder)
Branches:
- master: most stable version
- dev: pretty stable, might contain minor bugs
- experimental: almost completely untested
- Install Node.JS & NPM
- Install the dependencies via
npm install
- Create a file called "idleaccs.json"
- Insert a JSON object with your account data (use your account name(s) as key(s) and an object representing your account settings as corresponding value, take a look at the examples!)
- Congratulations! You should now be able to run the bot using
node steamidle.js
.