b3ac546f91b93b2b19dcb6d2a1b487e3190f1bee
Steam game automation, by detecting and running specific Steam games, allows you to appear as if you are unemployed, rarely touching the grass, or perhaps looking busy. Without having to worry about automatically logging out on your current device.
Required env variables:
STEAM_RUNGAMEID=<game-u-wanna-run>
STEAM_KEY=<ur-steam-key-api>
STEAM_USERID64=<<ur-userid>>
Run it with cron job
crontab -e
*/30 * * * * bash /path/to/your/run.sh
Description
Languages
Shell
100%