JustArchiNET / ArchiSteamFarm

C# application with primary purpose of farming Steam cards from multiple accounts simultaneously.
Apache License 2.0
11.15k stars 1.04k forks source link

Move private appIDs support from AWH (web) to AH (network) #3163

Closed JustArchi closed 6 months ago

JustArchi commented 6 months ago

Checklist

Enhancement purpose

We implemented it in AWH due to lack of protos initially. We can do it better.

Solution

Wait for https://github.com/SteamRE/SteamKit/pull/1342 to happen, then we can rewrite AWH method into AH replacement.

Why currently available solutions are not sufficient?

The performance is suboptimal. We can utilize better API when we'll have needed protos.

Can you help us with this enhancement idea?

Yes, I can code the solution myself and send a pull request

Additional info

No response