SamuelKollar
SamuelKollar
Yeah, I have made it so that .is_session_alive() is called once every 10s or so and so far it seems to work
steam_guard should be the path to your steam_guard file, read the first part at the top of readme.txt to see how to get the steam_guard file
the steam guard file looks like this ; {"steamid": "xxxxxxxxxxxxxxxxxxx","shared_secret": "xxxxxxxxxxxxxxxxxxxxx","identity_secret": "xxxxxxxxxxxxxxxxxxxxxx"}, if you input that into the login function it should also work I think
I changed the code the access_token part under login(), however I still face the same issue of KeyError: 'offer', the response form steam I get is {}, did you change...
Okay, I tried it and I am able to send a trade offer but I am not able to track the status of the offer, if it is accepted or...