Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 days 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-18T22:55:57.000Z (about 3 years ago)
- Last Synced: 2025-01-19T05:41:23.646Z (14 days ago)
- Topics: asyncio, betterproto, dota2, game-coordinator, python, python-3, steam, steam-ext-dota2, valve
- Language: Python
- Homepage:
- Size: 251 KB
- Stars: 4
- Watchers: 3
- 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"
```