An extension to interact with the CS-GO Game Coordinator for
steam.py. csgo.Client and csgo.Bot are steam.Client and commands.Bot
subclasses respectively, so whatever you can do with steam/ext.commands you can do with ext.csgo.
- Modern Pythonic API using
async/awaitsyntax - Easy to use with an object-oriented design
- Fully typed hinted for faster development
- Builds off of steam.py's pre-existing types with item handling out of the box.
To install this extension just run:
# Linux/macOS
python3 -m pip install -U "steam-ext-csgo @ git+https://github.com/Gobot1234/steam-ext-csgo@main"
# Windows
py -m pip install -U "steam-ext-csgo @ git+https://github.com/Gobot1234/steam-ext-csgo@main"