Results 144 comments of Rossen

Only basic maintenance, it is not being actively developed. None of these module will let you connect the game, only create and manage lobbies.

That is the post match chat channel, everyone gets joined to it after the match. You should be looking at: ``` [2022-07-03 12:26:52,367] DEBUG Dota2Client.socache: Emit event: ('updated', ) [2022-07-03...

I wanted to make SOs easy to work with, but I didn't quite figure out how. Needs more investigation. If you want to do it, go for it. I'm happy...

Thank @DeV1doR, but I want to keep `SOCache` more general and not entangled with other parts of the code. I've refactored it on top of your changes. It will now...

In `Party` you add handlers to listen for the appropriate events. ``` @client.socache.on(('new', CSODOTAPartyInvite)) def new_party_invite(message): pass ```

Seems like there are a few more bits I need to figure out, before that. I will add some code for parties when its ready. Can't test right now since...

I have not looked into Dota 2 for a long time. Top games is based on match avg MMR, highest at the top. I think it also mixes in ongoing...

`dota.wait_event(job_id)` to wait for response to that specific request, or to any match details response `wait_event('match_details')`

I don't understand what you are asking