dota2 icon indicating copy to clipboard operation
dota2 copied to clipboard

🐸 Python package for interacting with Dota 2 Game Coordinator

Results 35 dota2 issues
Sort by recently updated
recently updated
newest added

I'm calling dota.launch_practice_lobby() after I join with my another account to be able to spec what's happening.. And game starts, but bot is not able to connect... I get error...

Hi! We would like to know more about the match that has just started. We know the steam id of the player. Our player is not a high MMR, so...

When i try to handle `lobby_changed` and check `all_members` bot return this: ``` [2021-07-17 17:33:05,837] DEBUG Dota2Client.socache: Emit event: ('updated', ) [2021-07-17 17:33:05,838] DEBUG Dota2Client: Emit event: 'lobby_changed' [2021-07-17 17:33:05,838]...

I want to get results(who win or lose) in match, how i can do it? It's return to me some job_id, but what is it? `self.dota.request_match_details(match_id)` And where i can...

question

How to launch game when all players connect to teams?

Hi, I wonder if it is possible to get the list of heroes picked in the match I'm currently in, in real time?

Using get_practice_lobby_list returns an error `dota.get_practice_lobby_list(tournament_games=False, password='')` ``` Traceback (most recent call last): File "src\\gevent\\greenlet.py", line 854, in gevent._gevent_cgreenlet.Greenlet.run File "main.py", line 18, in get_imba_lobbies dota.get_practice_lobby_list(tournament_games=False, password='') File "C:\Users\sercankd\AppData\Local\Programs\Python\Python38-32\lib\site-packages\dota2\features\lobby.py", line...

bug

- [x] add match metadata protos - [x] add functions to return formatted url for match demo and metadata Demo: `replay.valve.net/570/_.dem.bz2` Metadata: `replay.valve.net/570/_.meta.bz2` - [ ] figure out how `private_metadata`...

help wanted

Label: Enhancement Methods * [x] Join a target chat * [x] Leave a specific chat * [x] Send a message to a chat * [x] Share the current lobby into...