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
+5-10Lines changed: 5 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,11 @@ For the latest Windows version of Idle Master, [click here](https://github.com/j
12
12
Requirements
13
13
-------
14
14
15
-
This application requires Steam to be open and for you to be logged in.
15
+
This application requires the Steam desktop application to be open and for you to be logged in.
16
+
17
+
It will also require you to be logged in semi-recently on `steamcommunity.com` so it can read the cookies from the browser. It may also ask for an administrator password if it doesn't yet have access to your browser's storage.
18
+
19
+
Finally, you will need to install python dependencies with `pip3 install -r requirements.txt`.
16
20
17
21
Config
18
22
-------
@@ -21,22 +25,13 @@ The configuration is read from `settings.json`.
21
25
22
26
```json
23
27
{
24
-
"sessionid": "",
25
-
"steamLoginSecure": "",
26
-
"steamparental": "",
27
28
"sort": "",
28
29
"delayPerCard": 5,
29
30
"blacklist": [
30
31
]
31
32
}
32
33
```
33
34
34
-
`sessionid` - Go to `chrome://settings/siteData` and search for `steamcommunity.com`. Fill in `sessionid` with the value of the `sessionid` cookie.
35
-
36
-
`steamLoginSecure` - Same as above.
37
-
38
-
`steamparental` (optional) - Same as above, only needed for some accounts.
39
-
40
35
`sort` (optional) - If specified, sorts the order in which the games are idled. Possible sort types are `mostcards`, which idles the games with the most card drops available first, and `leastcards`, which does the opposite.
41
36
42
37
`delayPerCard` - Amount of time per card, in minutes, to wait between querying for how many card drops are remaining for the game. For example, if the `delayPerCard` is set to `5`, it will check every twenty minutes if there are four card drops remaining.
0 commit comments