/SteamIdler

Steam Idler is a very light idling script, built in Node.js, for boosting playtime on Steam, without using computer resources.

Primary LanguageJavaScriptApache License 2.0Apache-2.0

release

About Steam Idler

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.

Getting Started

Prerequisites

Installation

  1. Clone the repository
git clone https://github.com/JakyeRU/SteamIdler.git
cd SteamIdler
  1. Install dependencies
npm install
  1. Run the program
npm start

Usage

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.

Configuration

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
]

License

This project is licensed under the Apache-2.0 License - see the LICENSE file for details.