├── Procfile ├── README.md ├── config.json ├── index.js └── package.json /Procfile: -------------------------------------------------------------------------------- 1 | bot: npm start -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gunthersuper/steam-idle-bot/HEAD/README.md -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gunthersuper/steam-idle-bot/HEAD/config.json -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gunthersuper/steam-idle-bot/HEAD/index.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gunthersuper/steam-idle-bot/HEAD/package.json --------------------------------------------------------------------------------