Steam Idle Bot
-- 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 Example
{
"username": "mail@example.com",
"password": "example_password",
"gamestoplay": [548430, 1235324], // Game ID
"sendautomessage": true,
"automessage": "[Auto Message] : I'am currently AFK",
"silent": false
}
- Go to store page
- Find games ID in URL
Example
Contribution are welcome