Open luckyway7 opened 7 months ago
The SteamClient
class has a private property named _session
, which is an instance of requests.Session()
. Although _session
is private and direct usage is discouraged, you can still utilize method _session.cookies.get_dict()
for this purpose.
Steampy has a method for logging in using cookies. My question is how can I get these cookies if I am logged in using my username and password?