https://github.com/gobot1234/steam-ext-dota2
An extension for https://github.com/Gobot1234/steam.py to interact with the DOTA2 Game Coordinator.
https://github.com/gobot1234/steam-ext-dota2
asyncio betterproto dota2 game-coordinator python python-3 steam steam-ext-dota2 valve
Last synced: 11 months ago
JSON representation
An extension for https://github.com/Gobot1234/steam.py to interact with the DOTA2 Game Coordinator.
- Host: GitHub
- URL: https://github.com/gobot1234/steam-ext-dota2
- Owner: Gobot1234
- License: mit
- Created: 2020-09-05T15:00:55.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2021-12-18T22:55:57.000Z (over 4 years ago)
- Last Synced: 2025-04-10T19:37:19.647Z (about 1 year ago)
- Topics: asyncio, betterproto, dota2, game-coordinator, python, python-3, steam, steam-ext-dota2, valve
- Language: Python
- Homepage:
- Size: 251 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# steam-ext-dota2
An extension to interact with the DOTA 2 Game Coordinator for
[steam.py](https://github.com/Gobot1234/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:
```sh
# 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"
```