Jump to content
McKay Development

Dr. McKay

Administrator
  • Posts

    3575
  • Joined

  • Last visited

Everything posted by Dr. McKay

  1. You would want to pass in a node-steamcommunity instance you've created and set the localAddress on.
  2. If you could open an issue on GitHub that'll make me remember to add it.
  3. For the moment you're going to need to scrape.
  4. 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.
  5. This is a bad idea without some kind of limits and delay, or else if something breaks you'll just start DDoSing Steam.
  6. I don't see much of a need for separate forums right now.
  7. Use the SteamID to pull their inventory from Steam to get the inspect link, then use that to get the wear.
  8. That's more or less what you'd want to do.
  9. https://github.com/DoctorMcKay/node-steamstore#redeemwalletcodewalletcode-callback
  10. You should probably use offer.getExchangeDetails instead.
  11. 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.
  12. Loop the array until you find what you're looking for.
  13. https://github.com/DoctorMcKay/node-steamcommunity/wiki/CSteamGroup#joincallback
  14. The removeFriend method will cancel/decline a friend request. You can't join groups through steam-user.
  15. It doesn't do what you think.
  16. If you read the documentation a little closer, you'll see that all you need to do is give each a distinct logonID.
  17. Encryption with a key in environment variables is about the best you can do, assuming your crypto is solid.
  18. 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/).
  19. This, it seemed to not be doing anything because you didn't actually have it do anything once it was logged on.
×
×
  • Create New...