Jessecar96/SteamBot

Does Tradepartner has Steam Guard enabled?

L4rsS opened this issue · 1 comments

L4rsS commented

Hi,
how do I check if my trading partner has Steam Guard enabled so there's no additional cooldown? I want my bot to only trade with those who have Steam Guard enabled but I don't know where to look exactly also nothing found yet

L4rsS commented

I got these links:
https://steamapi.xpaw.me/#IEconService/GetTradeHoldDurations
https://developer.valvesoftware.com/wiki/Steam_Web_API/IEconService#GetTradeHoldDurations.28v1.29
There is a method to request this info from Steam but I need their trade_access_token if I'm not friends with my trade partner. But when trading with such an account, you get a notification so it must be possible somehow to find this information. Is it already implemented into the SteamBot?
The problem is when my partner sends my bot items, the bot thinks that it's removable in his inventory but it's easy for both sites to cancel the trade (getting another 7-day trade ban) but the trade will be cancelled completely which is quite a problem.