SteamRE / DepotDownloader

Steam depot downloader utilizing the SteamKit2 library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logging in with QR code

ClaudeLib opened this issue · comments

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

This is already implemented as -qr.

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