Skip to content

Erlendeikeland/csgo-gsi-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Releases

No releases published

Packages

No packages published

Languages