You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ _`steam-hour-farmer` is a program that emulates you playing a game on Steam, wit
21
21
5. In this directory, make an `.env` file with the content:
22
22
23
23
```sh
24
-
USERNAME="your_steam_username"
24
+
ACCOUNT_NAME="your_steam_username"
25
25
PASSWORD="your_steam_password"
26
26
GAMES="440,4000"
27
27
```
@@ -38,8 +38,6 @@ _`steam-hour-farmer` is a program that emulates you playing a game on Steam, wit
38
38
39
39
to be Online. Do not write this value if you don't want the user's presence to change.
40
40
41
-
If you have access to your Steam Shared Secret, you can input it into a `SHARED_SECRET` variable. This will prevent you from needing to input your Steam Guard code at all.
42
-
43
41
All of this configuration can be passed via environment variables too - they don't need to be in this `.env` file.
44
42
45
43
6. Run the program in the same directory:
@@ -48,6 +46,15 @@ _`steam-hour-farmer` is a program that emulates you playing a game on Steam, wit
48
46
steam-hour-farmer
49
47
```
50
48
49
+
> [!TIP]
50
+
> If you have access to your Steam Shared Secret (using something like [SteamDesktopAuthenticator](https://github.com/Jessecar96/SteamDesktopAuthenticator)), you can input it into a `SHARED_SECRET` variable like so:
51
+
>
52
+
> ```sh
53
+
> SHARED_SECRET="xxxxxxxxxx"
54
+
> ```
55
+
>
56
+
> This will prevent you from needing to input your Steam Guard code at all, and will allow the bot to reconnect without any manual intervention.
57
+
51
58
When the bot starts, it will request a Steam Guard code via email or the mobile application. When you start playing on another machine, the bot will be kicked from its session, requiring a re-login, with a new Steam Guard code.
52
59
53
60
This can be remedied by using the Steam Shared Secret, or disabling Steam Guard.
0 commit comments