GitXplorerGitXplorer
G

steam-ext-dota2

public
4 stars
1 forks
1 issues

Commits

List of commits on branch main.
Verified
0e70b3eb4319153232420497a6ff8ad84e2b1f44

Create .restyled.yml

GGobot1234 committed 3 years ago
Verified
4b8960658b80209eb48e5e28b5852763b0e39c86

Update README.md

GGobot1234 committed 3 years ago
Verified
b6b902fe49a96b4b8f2e49284aa41a27b1377918

Revert previous commit

GGobot1234 committed 3 years ago
Verified
81fde6addbd9a2df5cf30d151cecbf1c0c0c931e

Update default branch

GGobot1234 committed 3 years ago
Verified
da629d855b32e9e011a1f37ba07d4d9b14d73b18

Revert previous commit

GGobot1234 committed 3 years ago
Verified
154c5c25ae18d6cb8d71614b41f75002d6bf6979

Remove encoding shebang

GGobot1234 committed 3 years ago

README

The README file for this repository.

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"