Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakyeru/steamidler
Steam Idler is a very light idling script, built in Node.js, for boosting playtime on Steam, without using computer resources.
https://github.com/jakyeru/steamidler
Last synced: 10 days ago
JSON representation
Steam Idler is a very light idling script, built in Node.js, for boosting playtime on Steam, without using computer resources.
- Host: GitHub
- URL: https://github.com/jakyeru/steamidler
- Owner: JakyeRU
- License: apache-2.0
- Created: 2022-07-15T16:56:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-14T18:59:49.000Z (12 days ago)
- Last Synced: 2024-12-14T19:36:43.454Z (12 days ago)
- Language: JavaScript
- Homepage:
- Size: 269 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
- [Node.js](https://nodejs.org/en/download/)
- [Git](https://git-scm.com/downloads)
- [Steam Mobile](https://play.google.com/store/apps/details?id=com.valvesoftware.android.steam.community) (because you need to scan a QR code to log in)## Installation
1. Clone the repository
```bash
git clone https://github.com/JakyeRU/SteamIdler.git
cd SteamIdler
```2. Install dependencies
```bash
npm install
```3. Run the program
```bash
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.![](.github/images/qr.png)
# 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:
```json
[
381210,
1332010,
105600
]
```# License
This project is licensed under the **Apache-2.0 License** - see the [LICENSE](LICENSE) file for details.