Gobot1234 / steam-ext-csgo

An extension for https://github.com/Gobot1234/steam.py to interact with the CS-GO Game Coordinator.
MIT License
5 stars 2 forks source link
asyncio betterproto csgo game-coordinator python python-3 steam steam-ext-csgo valve

steam.ext.csgo

NOTE: This library is now included in steam.py V1 and is no longer updated here

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.

Key Features

Installation

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"