node-steamcommunity

Interact with various interfaces on Steam Community from Node.js

MIT License

Downloads
13.4K
Stars
475

Bot releases are visible (Hide)

node-steamcommunity - v3.18.0

Published by DoctorMcKay almost 9 years ago

  • Added getAllGroupAnnouncements, editGroupAnnouncement, and deleteGroupAnnouncement
  • Added examples of the above

Thanks to @LeCoffee in PR #70 for these additions!

node-steamcommunity - v3.17.2

Published by DoctorMcKay almost 9 years ago

  • Fixed postGroupAnnouncement method (thanks to @spddl in PR #65)
node-steamcommunity - v3.17.1

Published by DoctorMcKay almost 9 years ago

  • Fixed chatMessage method (thanks @Aareksio in PR #59)
node-steamcommunity - v3.17.0

Published by DoctorMcKay almost 9 years ago

  • Additional options for SteamCommunity constructor (thanks @Mikxail in PR #55)
  • Now uses gzip for all HTTP requests (where supported by the server)
  • Fixed bug when searching the market (thanks @Mikxail in PR #54)
node-steamcommunity - v3.16.0

Published by DoctorMcKay almost 9 years ago

  • Added oAuthLogin method
  • When the module generates a sessionid, it now uses the same format as when the Steam servers generate one
  • Module now pretends to be Chrome via User-Agent header
node-steamcommunity - v3.15.0

Published by DoctorMcKay almost 9 years ago

  • Now with less π
  • Added support for trade holds to getInventoryHistory
node-steamcommunity - v3.14.1593

Published by DoctorMcKay almost 9 years ago

  • Fixed a case where a callback can be called with a string instead of an Error object
node-steamcommunity - v3.14.159

Published by DoctorMcKay almost 9 years ago

  • Now with more π
  • Delete mobile cookies after logging in so we don't get mobile versions of pages
node-steamcommunity - v3.14.1

Published by DoctorMcKay almost 9 years ago

  • Potentially fixed some issues with trade confirmations
node-steamcommunity - v3.14.0

Published by DoctorMcKay almost 9 years ago

  • Added identitySecret argument to startConfirmationChecker to automatically accept all confirmations
  • Fixed possibility for two newConfirmation events to be emitted within the same second
  • Fixed crash on malformed login call (issue #29)
node-steamcommunity - v3.13.0

Published by DoctorMcKay almost 9 years ago

  • Added tradeConfirmation as alias for emailConfirmation in profileSettings
  • Added marketConfirmation to profileSettings
  • Fixed crashes on 2FA confirmation errors (issue #22)
node-steamcommunity - v3.12.2

Published by DoctorMcKay almost 9 years ago

  • Fixed spamming requests to Steam if you call SteamCommunity#checkConfirmations without starting the checker first
node-steamcommunity - v3.12.1

Published by DoctorMcKay almost 9 years ago

v3.12.0 doesn't exist since I published it prematurely. It's been unpublished, but npm won't let me republish over that version number (for good reason).

  • When we login directly using node-steamcommunity, pretend to be a mobile client so we get an oauth token (PR #17, thanks @s992)
  • Added mobile trade/account confirmations
    • Added confirmation polling
  • Fixed error message being "Malformed response" when we get denied from using webchat to get an oauth token
node-steamcommunity - v3.11.1

Published by DoctorMcKay almost 9 years ago

  • Fixed enableTwoFactor returning success when the call wasn't successful
node-steamcommunity - v3.11.0

Published by DoctorMcKay almost 9 years ago

  • Added enableTwoFactor
  • Added finalizeTwoFactor
node-steamcommunity - v3.10.0

Published by DoctorMcKay almost 9 years ago

  • Added getWebApiOauthToken
  • Added disableTwoFactor
node-steamcommunity - v3.9.10

Published by DoctorMcKay almost 9 years ago

  • Fixed crash in getNotifications (thanks to @charredgrass in PR #10)
node-steamcommunity - v3.9.9

Published by DoctorMcKay almost 9 years ago

  • Fixed crash in postUserComment if there's an error (thanks @shaunidiot in PR #9)
node-steamcommunity - v3.9.8

Published by DoctorMcKay almost 9 years ago

  • Fixed scheduleGroupEvent method
node-steamcommunity - v3.9.7

Published by DoctorMcKay about 9 years ago

  • Fixed primaryGroup not working in editProfile