-
Posts
3591 -
Joined
-
Last visited
Everything posted by Dr. McKay
-
https://steamerrors.com/5
-
Question What is the rate limit for sending trades?
Dr. McKay replied to Alex_Wells's topic in node-steam-tradeoffer-manager
I don't think anyone knows an exact limit but I think you should be safe if you keep it to 1 second between trade sends. As long as you aren't perpetually sending trades at that speed, you should be fine. -
https://github.com/DoctorMcKay/node-steam-tradeoffer-manager/wiki/TradeOfferManager https://github.com/DoctorMcKay/node-steamcommunity/wiki/SteamCommunity https://github.com/DoctorMcKay/node-steam-totp https://github.com/DoctorMcKay/node-steam-user
- 3 replies
-
- node.js
- steam-totp
-
(and 3 more)
Tagged with:
-
You can do this as of v3.35.0. https://github.com/DoctorMcKay/node-steam-user/blob/master/doc/AppAuth.md#getauthsessionticketappid-callback
-
Not possible, and never will be.
-
Question How to change the path for certificates and keys
Dr. McKay replied to McMuffinDK's topic in General
What would you suggest? An environment variable holding a path to a config file, or a config file in your home dir (based on HOME env var)? -
Question How to change the path for certificates and keys
Dr. McKay replied to McMuffinDK's topic in General
That's not possible, sorry. What's your use for that? -
I don't believe so.
-
You can only set it in the constructor.
-
https://github.com/DoctorMcKay/node-steam-user#gamesplayedapps-force
-
Are you talking about steamcommunity or steam-user?
-
If it's cached, then it's cached by Steam.
-
You would need to set up a request object with the proxy option: https://www.npmjs.com/package/request#proxies And it would apply to all requests, not just one.
-
No, and that will never be possible though node-steamcommunity.
-
No.
-
CSteamUser's "getUserInventoryContents" gives "err" as undefined.
Dr. McKay replied to Larry's topic in node-steamcommunity
Get rid of the parenthesis with arguments in them. You're calling offercase(), not passing it as a function reference.