GitXplorerGitXplorer
G

steam-ext-csgo

public
5 stars
2 forks
0 issues

Commits

List of commits on branch main.
Verified
8bd5d36841141921f84a743058db715e9f10f061

Add archival note

GGobot1234 committed a year ago
Unverified
617e1373c02480e88a6610a50525b8c523550d72

Final round of changes before merging into the main repo

GGobot1234 committed a year ago
Verified
bed7312646007c808d4e86c433438cc2bbb91e6a

Back to stable versions of poetry-core since v1.1.0 (#14)

JJamiKettunen committed 2 years ago
Unverified
28d60f841e19546f3be461b5c20ffce6bea1fe48

Make APP_ID a constant in protobufs instead of a file

GGobot1234 committed 2 years ago
Unverified
e7ff611b915b8f65c4477f8cb5535a38e347c585

Merge branch 'main' of https://github.com/Gobot1234/steam-ext-csgo

GGobot1234 committed 2 years ago
Unverified
af4aafabf85c178916151ae4c409b8ff99da3fa9

Fix #12 once and for all

GGobot1234 committed 2 years ago

README

The README file for this repository.

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"