Jump to content
McKay Development

Dr. McKay

Administrator
  • Posts

    3545
  • Joined

  • Last visited

Everything posted by Dr. McKay

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