I'm trying to get all users' Steam id on Steam. I've tried to use steam API, but there's no method to find every player on steam.
How can I get all the players IDs on steam ?
I'm trying to get all users' Steam id on Steam. I've tried to use steam API, but there's no method to find every player on steam.
How can I get all the players IDs on steam ?
I think Steam will not allow to fetch all Users with one command. To transfer this big data within one or two function calls will let the server go in their knees. On the other side the user have to set their profiel public
that you can search them. But you can fetch the Steam users about the friendlist and if the friends profile ispublic
then you can fetch their friends and so on.