[go: nahoru, domu]

Skip to content

Gobot1234/steam-ext-dota2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

steam-ext-dota2

An extension to interact with the DOTA 2 Game Coordinator for steam.py. dota2.Client and dota2.Bot are steam.Client and commands.Bot subclasses respectively, so whatever you can do with steam/ext.commands you can do with ext.dota2

Installation

To install this extension just run:

# Linux/macOS
python3 -m pip install -U "steam-ext-dota2 @ git+https://github.com/Gobot1234/steam-ext-dota2@main"
# Windows
py -m pip install -U "steam-ext-dota2 @ git+https://github.com/Gobot1234/steam-ext-dota2@main"