bukson / steampy

A Steam trading library for python 3
MIT License
570 stars 154 forks source link

outbound offer confirmation #299

Open Dandelion101 opened 1 year ago

Dandelion101 commented 1 year ago

I need to confirm an offer I created on my account myself, but I need confirmation from steam guard. I tried using the accept_trade_offer method, but it only works for incoming offers. Outgoing trade offers do not have a trade_offer_id for the sender. Who has encountered a similar problem?

Rasul11111 commented 1 year ago

https://steamcommunity.com/profiles/**'steam_id'**/tradeoffers/sent/ image

Dandelion101 commented 1 year ago

https://steamcommunity.com/profiles/**'steam_id'**/tradeoffers/sent/ image

I need to confirm an outgoing offer using steam guard.

Rasul11111 commented 1 year ago

steam_client._confirm_transaction(trade_offer_id)