-
Posts
3545 -
Joined
-
Last visited
Everything posted by Dr. McKay
-
Question Bot doesnt see trades
Dr. McKay replied to Tinboy_'s topic in node-steam-tradeoffer-manager
Looks like a Steam bug. -
Group Announcement Not Posting
Dr. McKay replied to KindaIntellectual's topic in node-steamcommunity
You're doing async wrong. You need to put your postGroupAnnouncement call into the webSession event (which is also misspelled, you're missing a capital S) after the setCookies call. -
Question How to change cancelTime for particular Trade Offer
Dr. McKay replied to Hellcase031's topic in node-steam-user
offer.data('cancelTime', null); should be right. Maybe try using 0 instead of null? -
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.