Skip to content
/ csgo Public
forked from ValvePython/csgo

🔫 Python package for interacting with CS:GO Game Coordinator

License

Notifications You must be signed in to change notification settings

SyberiaK/csgo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIT License Documentation status

Supports Python 3.9+.

Module based on steam for interacting with CS2's Game Coordinator.

Forked from ValvePython/csgo since it seems to be abandoned.

I'm not willing to maintain it but here's some updates I've made:

  • Fixed connecting to GC
  • Added constants for CSGOClient events (EVENT_CONNECTION_STATUS, EVENT_READY, EVENT_NOT_READY)
  • Now the minimal Python requirement is 3.9 (since older version have reached their EOL)

Documentation: http://csgo.readthedocs.io (outdated)

Note that this module should be considered an alpha.
Contributions and suggestion are always welcome.

Installation

Install the current dev version from github:

pip install git+https://github.com/SyberiaK/csgo

About

🔫 Python package for interacting with CS:GO Game Coordinator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.0%
  • Makefile 3.0%