-
Like mentioned @JustArchi it would be nice to merge all single files (.bin, .auth, .key, .xml) into one big file. So the config-folder at best would contain 4-5 files (including global config). This h…
-
Right now, you use 2 modules (steamBot.js and apiRequests.js) for your client code (app.js). It would be nice to turn it into 1 package/module (e.g. node-steam-market) and publish it to npmjs registry…
-
-
Hello. I've downloaded and configured ASF 1.2.4 for the first time. And it always disconnects without asking guard code or anything. The log looks like this:
07.01.2016 4:53:06 [_] INFO: Main() Arch…
-
# In chapter 6 , part 3 .
Where ur doing connection. The code in app.js is giving an error on instantiating the SteamBot class. I have written code :
**const bot = new SteamBot({...}) ;**
> on …
-
Is it happening to you too, about 2 minutes to start a bot? I used to use an old Bot (BotControlClass), which I developed 1 year ago, and it took only a few seconds to connect. However, since I downlo…
-
Hello, I was wondering if we could get the NuGet Version of SteamAuth updated to the latest version on here for ease when we build the SteamBot after redownloading it? Could anyone who has access do t…
ghost updated
6 years ago
-
Hi, i need some help with this. Everytime the Bot is doing something it uses the doWebWithCatch function in the TradeOfferHandlers, which gives me a tons of API Errors. Like this one:
```
[[CSGOLago…
-
i think this error issue because steam update api and need to be fixed
new urls
https://api.steampowered.com/IEconItems_440/GetSchemaItems/v1/?key=
https://api.steampowered.com/IEconItems_440/GetSc…
-
**hello,should this question be here? if not just delete it. when i use async method to send 50 tradeoffers at the same time,20 tradeoffers make it(STEAM's limit is 5 tradeoffers with the same partne…