Skip to content
This repository has been archived by the owner on May 7, 2023. It is now read-only.

Gobot1234/steam-ext-csgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • Modern Pythonic API using async/await syntax
  • 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.

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"