Valvoja Posted December 18, 2020 Report Posted December 18, 2020 I need to request user inventories without using the https://steamcommunity.com/inventory/<steamid>/<appid> endpoint. I know this is possible but don't know how. My problem is steam rate limiting me, so I need to find another place. I've been looking into protobufs but I'm new to them but I've found some stuff that seems to be related to inventories: steam.steammessages_inventory.steamclient.CInventory_GetInventory_Request csgo.protobufs.econ_gcmessages_pb2.CMsgRequestInventoryRefresh csgo.protobufs.econ_gcmessages_pb2.CMsgGCGiftedItems CEcon_FlushInventoryCache_Request CEcon_FlushInventoryCache_Response I've also looked into how to use the steam inventory service as a game developer, where you could access user inventories but haven't really looked into that. Quote
Dr. McKay Posted December 22, 2020 Report Posted December 22, 2020 None of those messages are going to work for your needs, since they're only for requesting the logged in user's inventory. You can't request other users' inventories that way. Using the HTTP endpoint is pretty much the only way. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.