tags:

views:

34

answers:

1

Hi every one. I wanted to hear whether it was possible to find a way to retrieve steam servers in python? If so, how could one go about it?

A: 

Valve has documented the Master Server Query Protocol rather well. There is also a Python library called SourceLib that provides an interface to the server list.

Christopher Dolan
Wow.. It is truly batteries included..
Jake