ValvePython / steamctl

🤸 Take control of Steam from your terminal
https://pypi.org/project/steamctl/
MIT License
311 stars 16 forks source link

[FR] Create Steam Guard authenticator from shared secret #21

Closed murlakatamenka closed 3 years ago

murlakatamenka commented 4 years ago

Would be nice to do that. I already have Steam Guard set up and know my shared secret.

At the very least authenticator/<user>.json can be manually created, provided that you know its format.

murlakatamenka commented 3 years ago

Ah, sorry for not commenting in time.

The feature works as expected and generates correct Steam Guard code.

alias steamguard='steamctl authenticator code <account> | xclip -selection clipboard'

can be used for convenience.

Thank you! :+1: