derpedda / csgo-gsi-python

Python library to interact with CS:GO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

csgo-gsi-python

python library to interact with CS:GO Game State Integration.

Simple usage

Copy the gamestate_integration_GSI.cfg file to C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg

server = GSIServer(("127.0.0.1", 3000), "S8RL9Z6Y22TYQK45JB4V8PHRJJMD9DS9")
server.start_server()

server.get_info("map", "name")
server.get_info("player", "state", "flashed)

About

Python library to interact with CS:GO

License:MIT License


Languages

Language:Python 100.0%