Skip to content

Help with Autologin #393

Answered by rossengeorgiev
Detla7t asked this question in Q&A
Discussion options

You must be logged in to vote

https://steam.readthedocs.io/en/stable/api/steam.client.html?highlight=relogin#steam.client.SteamClient.relogin

You need to store the username and login_key, then use those to login. No email or 2FA will be required. You must set the credentials location for this work. This is essentially Steam's remember password feature.

The recipe needs to be updated to show that part of the process.

Here is an example:

https://github.com/ValvePython/steamctl/blob/9114df53c4c56ad8c768bdca196f8a1f2bc483ef/steamctl/clients.py#L33-L37
https://github.com/ValvePython/steamctl/blob/9114df53c4c56ad8c768bdca196f8a1f2bc483ef/steamctl/clients.py#L65-L77

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Detla7t
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants