Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 URL

Example

Good Luck!



**Contribution are welcome**