A simple Steam hour booster using Node.js
I recommend using a cloud service such as Heroku to host your bots.
WARNING: You can only idle 32 games at the same time!
Use npm or yarn to install steam-booster
npm install # IF YOU USE NPM
yarn install # IF YOU USE YARN
Create a bot by creating a .json
file in the users/
directory
See users/user.json.example
for an example
npm start # IF YOU USE NPM
yarn # IF YOU USE YARN