SteamBot
SteamBot copied to clipboard
Automated bot software for interacting with Steam Trade
Can't authenticate / login account via SteamWeb. I get no response from ISteamUserAuth Api. I also tried to invoke the function with a valid api key. Exception returns: `Response status...
Is it possible for you to make a modified version of the bot that comments on a steam account's comment section? Theres a well known and very well hated TF2...
The type or namespace name 'SteamAuth' could not be found (are you missing a using directive or an assembly reference?) ExampleBot F:\Downloads\SteamBot-master\SteamBot\Bot.cs
SyntaxError: Unexpected token } at createScript (vm.js:80:10) at Object.runInThisContext (vm.js:139:10) at Module._compile (module.js:617:28) at Object.Module._extensions..js (module.js:664:10) at Module.load (module.js:566:32) at tryModuleLoad (module.js:506:12) at Function.Module._load (module.js:498:3) at Function.Module.runMain (module.js:694:10) at startup...
I get this error when trying to compile the solution file, what can I do? Thx 
Hi, my bot waits for trade offers and then accepts or declines them. Usually, the bot handles them automatically when the trade offers come in. But sometimes it's like the...
steambot seems to be unable to connect to steam in the current version, bringing up error 503: server unavailable in SteamWeb.cs on line 141 whenever the bot is launched
he type or namespace name 'SteamAuth' could not be found. 2017 vs, nuget actived and i tried reinstalling the package
There is some issue with this SteamAuth version because visual studio express 2013 can't find the steamauth, but the steamauth is downloaded on correct location. so I can't compile
A while ago SteamAuth was updated and removed the field "Description" and it was replaced with ConfType. Obviously when SteamAuth was installed, it would cause an error. ConfType acts the...