claim-free-steam-packages icon indicating copy to clipboard operation
claim-free-steam-packages copied to clipboard

Instructions if many packages are already claimed

Open woctezuma opened this issue 1 year ago • 6 comments

I think there are a few issues with the instructions at docs/instructions-for-users-with-many-packages.md.

First, there is nothing displayed in the console.

Second, if I type games, then I see a list, but:

  • it contains repetitions,
  • it is truncated after 143 IDs:
"797921,797921,797922, [...] 681599,681599,781212…"

Third, the list which I obtain is a list of sub IDs, while your package_list.txt is a list of app IDs.

I believe it would make sense to use steamctl.

    apps                Get information about apps
    |- list               List owned or all apps
    \- licenses           Manage licenses
       \- list              List all licenses on account

or ASFEnhance.

| Command                          | Shorthand | Access     | Description                                     |
| -------------------------------- | --------- | ---------- | ----------------------------------------------- |
| `FREELICENSES [Bots]`            | `FL`      | `Operator` | Get bot's all free sub licenses list            |
| `LICENSES [Bots]`                | `L`       | `Operator` | Get bot's all licenses list                     |

woctezuma avatar Nov 18 '22 16:11 woctezuma