f3c428a8193ef2979bed00989e178c4331d97e84
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 * * * * /bin/bash -c 'set -a; source $HOME/autorun-steam-game/.env; set +a; exec $HOME/autorun-steam-game/run.sh' >> $HOME/autorun-steam-game/out.log 2>&1
Description
Languages
Shell
100%