-
Posts
3575 -
Joined
-
Last visited
Everything posted by Dr. McKay
-
You would want to pass in a node-steamcommunity instance you've created and set the localAddress on.
-
[Proposition] Change Trade token function
Dr. McKay replied to expl0it's topic in node-steamcommunity
If you could open an issue on GitHub that'll make me remember to add it. -
For the moment you're going to need to scrape.
-
That's my bad. Update to 3.33.2 please. For future reference, if a module is throwing an error and crashing the application, that warrants opening a GitHub issue.
-
Get node-steam client Object for node-csgo from node-steam-user
Dr. McKay replied to exellian's topic in node-steam-user
You can use node-globaloffensive. -
Unexpected trade offer poll behavior
Dr. McKay replied to ClockRide's topic in node-steam-tradeoffer-manager
All at once or on a delay?- 1 reply
-
- node.js
- node-steam-tradeoffer-manager
-
(and 1 more)
Tagged with:
-
Reload/Recall LoadInventory on errror
Dr. McKay replied to Mentalista's topic in node-steam-tradeoffer-manager
This is a bad idea without some kind of limits and delay, or else if something breaks you'll just start DDoSing Steam. -
Use the SteamID to pull their inventory from Steam to get the inspect link, then use that to get the wear.
-
That's more or less what you'd want to do.
-
Question EconItems invalid item id
Dr. McKay replied to safe's topic in node-steam-tradeoffer-manager
You should probably use offer.getExchangeDetails instead. -
What is the community property for in the constructor
Dr. McKay replied to timgfx's topic in node-steam-tradeoffer-manager
steam-tradeoffer-manager uses a steamcommunity instance for all its HTTP requests. If you pass in your own, then it'll respect that steamcommunity instance's options and such, and it will also set cookies on that steamcommunity meaning you don't need to do it yourself. -
Renew the backpack in steam client
Dr. McKay replied to TextDynasty's topic in node-steam-tradeoffer-manager
"Quit" and "relaunch" TF2. -
Loop the array until you find what you're looking for.
-
https://github.com/DoctorMcKay/node-steamcommunity/wiki/CSteamGroup#joincallback
-
The removeFriend method will cancel/decline a friend request. You can't join groups through steam-user.
-
Private inventory.
-
It doesn't do what you think.
-
Question Need to run two different script in one PC.
Dr. McKay replied to HeavenMan's topic in node-steam-user
If you read the documentation a little closer, you'll see that all you need to do is give each a distinct logonID. -
Encryption with a key in environment variables is about the best you can do, assuming your crypto is solid.
-
id.getSteamID64()
-
None of what you just asked makes any sense. But I can tell you that the SteamID you pasted belongs to a Steam group, specifically "FireTeamShot" (http://steamcommunity.com/gid/103582791440766536/).
-
This, it seemed to not be doing anything because you didn't actually have it do anything once it was logged on.