Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 272 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 272 Bytes

Steam_login

2023-10-20 Dealing with the new Steam login URL:https://login.steampowered.com/jwt/finalizelogin

Call Example:

    login = LoginExecutor(your_steam_account, password, shared_secret)
    session = login.login()
    login.test_is_logined()