Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/annurdien/steam-idler
As it's named, it's for idling your steam account
https://github.com/annurdien/steam-idler
idle-game steam steam-idle steam-idler
Last synced: about 9 hours ago
JSON representation
As it's named, it's for idling your steam account
- Host: GitHub
- URL: https://github.com/annurdien/steam-idler
- Owner: annurdien
- Created: 2022-01-30T09:35:18.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-01T08:18:46.000Z (almost 3 years ago)
- Last Synced: 2024-12-03T12:08:55.728Z (about 2 months ago)
- Topics: idle-game, steam, steam-idle, steam-idler
- Language: JavaScript
- Homepage:
- Size: 2.86 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Steam IDLE
[![Support via Trakteer](https://img.shields.io/badge/Support-me!-green)](https://trakteer.id/annurdien)
[![License](https://img.shields.io/badge/license-MIT-green)](https://github.com/annurdien/IDLIX-API/blob/main/LICENSE)## About
Steam Idle Bot
### Installation
```properties
-- Install node.js (V14 above)$ git clone https://github.com/annurdien/steam-idler.git
$ cd steam-idler
$ cp config.example.json config.json
$ vim config.json
$ npm install
$ npm start
```## Config
Config Example
```
{
"username": "[email protected]",
"password": "example_password",
"gamestoplay": [548430, 1235324], // Game ID
"sendautomessage": true,
"automessage": "[Auto Message] : I'am currently AFK",
"silent": false
}
```## How To Find Game ID
1. Go to store page
2. Find games ID in URLExample
Good Luck!
**Contribution are welcome**