Steam Idler is a simple, light program that allows you to idle Steam games without having to keep the Steam client open. It is written in JavaScript and uses Node.js.
Clone the repository
git clone https://github.com/JakyeRU/SteamIdler.git
cd SteamIdler
Install dependencies
npm install
Run the program
npm start
When running the program for the first time, you will be asked to scan a QR code. This is necessary to log in to your Steam account. After that, the program will automatically idle the game you specified in the config file.
The configuration file is located in src/games.json
. You can add as many games as you want. The program will automatically idle them all.
Example:
[
381210,
1332010,
105600
]
This project is licensed under the Apache-2.0 License - see the LICENSE file for details.