https://github.com/tdfischer/pyspy
Python GameSpy4 client
https://github.com/tdfischer/pyspy
Last synced: 11 months ago
JSON representation
Python GameSpy4 client
- Host: GitHub
- URL: https://github.com/tdfischer/pyspy
- Owner: tdfischer
- Created: 2012-02-19T22:14:32.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2015-10-12T05:28:06.000Z (over 10 years ago)
- Last Synced: 2025-07-01T23:36:19.527Z (12 months ago)
- Language: Python
- Homepage:
- Size: 120 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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()