Jessecar96 / SteamBot

Automated bot software for interacting with Steam Trade
http://scrap.tf
MIT License
1.33k stars 910 forks source link

Does Tradepartner has Steam Guard enabled? #1152

Closed L4rsS closed 5 years ago

L4rsS commented 5 years ago

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 5 years ago

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.