How to list ALL servers for a specific game #484
Unanswered
ancelinSerre
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
🖖 Hi everyone, I have a question regarding server listing using the
SteamClient
. I would like to list all servers for a specific game but I don't really know how to handle rate limiting...Looking at the documentation, I could use
steam.client.builtins.gameservers.SteamGameServers
with thequery
method but I imagine that if i'm specifyingmax_servers
argument to something like 10 000 it's not going to work as I'm going to be rate limited. Also, let's say i'm splitting up the calls to get my entire list, how do I know where the last call stopped ?Thanks guys for your help
Code mentionned is this one =>
https://github.com/ValvePython/steam/blob/master/steam/client/builtins/gameservers.py
Beta Was this translation helpful? Give feedback.
All reactions