An open API service indexing awesome lists of open source software.

https://github.com/tdfischer/pyspy

Python GameSpy4 client
https://github.com/tdfischer/pyspy

Last synced: 11 months ago
JSON representation

Python GameSpy4 client

Awesome Lists containing this project

README

          

pyspy - Python gamespy client

Usage:

import pyspy
client = pyspy.GamespyClient("s.camin.us", 25566)
client.update()
print client.players()
print client.tags()