Skip to content

As it's named, it's for idling your steam account

Notifications You must be signed in to change notification settings

annurdien/steam-idler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steam IDLE

Support via Trakteer License

About

Steam Idle Bot

Installation

-- 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