From b3ac546f91b93b2b19dcb6d2a1b487e3190f1bee Mon Sep 17 00:00:00 2001 From: "Nomi Nonsense (Nonszy)" Date: Wed, 11 Feb 2026 00:13:09 +0800 Subject: [PATCH] add cron job --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 735004e..28aa00a 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,14 @@ Required env variables: STEAM_RUNGAMEID= STEAM_KEY= STEAM_USERID64=<> +``` + +Run it with cron job + +```shell +crontab -e +``` + +```shell +*/30 * * * * bash /path/to/your/run.sh ``` \ No newline at end of file