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
.
async
/await
syntaxTo 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"