ValvePython / steam

☁️ Python package for interacting with Steam
http://steam.readthedocs.io
MIT License
1.06k stars 129 forks source link

How can i pass 2FA authentification? #324

Closed Soulbadguy54 closed 3 years ago

Soulbadguy54 commented 3 years ago

Hello. For now every run of the script requires 2FA steam guard code. It makes the use of the script impossible. Because obviously i want to use it in backgroud with the possibility of autorestarts. How can i pass 2FA steam guard? Probably make some guard file? But where can i get it? What should be in it? Where should i pass it in this library? Thx for answers! <3

Soulbadguy54 commented 3 years ago

Some additionals, I already get secret_share and identify_secret. How can i use it in this lib to pass 2FA ?