SteamRE / DepotDownloader

Steam depot downloader utilizing the SteamKit2 library.
GNU General Public License v2.0
1.94k stars 262 forks source link

Logging in with QR code #486

Closed ClaudeLib closed 6 months ago

ClaudeLib commented 7 months ago

What problem is this feature trying to solve?

Mostly privacy issue, so we won't have to write the password in run arguments in plain text. Also, -qr is shorter than -username <user> -password <pass>, so convenience as well.

How would you like it to be solved?

Implement an additional run argument, -qr, for example. The functionality should be similar to how SteamDB Token Dumper has it, showing the QR code in the console, which I'm to scan with the Steam mobile app.

Have you considered any alternative solutions

As far as I'm aware, there's none, only using my username and password with further confirmation via Steam Guard.

Additional Information

No response

yaakov-h commented 6 months ago

This is already implemented as -qr.

ClaudeLib commented 6 months ago

Really? My bad, the readme does not mention it.