dota2
dota2 copied to clipboard
🐸 Python package for interacting with Dota 2 Game Coordinator
Hello. Is it possible to get Live data of match using request_matchdetails? It returns me /n if i request live match info. If i request match which already ended, it...
Is this project still maintained? I see it's bassed off of [node-dota2](https://github.com/Arcana/node-dota2), which has been deprecated. I am currently to set up the bot, host a lobby, but I am...
I'm running a game in a lobby with a 1v1SoloMid game mode and passing league_id to save the match and get the result of the game. If all 2 players...
Version: dota2==1.0.0 steam==1.0.1 Hi, I use `create_tournament_lobby` method to create a tournament lobby. But I get error message ``` dota.create_tournament_lobby(password=password,tournament_game_id=12345, tournament_id=12345, options=options) File "/home/ubuntu/dota2/venv/lib/python3.7/site-packages/dota2/client.py", line 200, in send self._send(emsg, data,...
Fixed some typos in docstrings.
Please help me for create lobby with python ,?
I need to drop a bot in the lobby, preferably in the coach slot of any team, how can I do this? And now if I even throw the team...
I get the following messages in the console (without logging): `Failed to parse: ` `Failed to parse: ` but it doesn't seem to raise exceptions. So is it right to...
dota2 version: dota2==1.1.0 After calling `create_practice_lobby` with `leagueid=xxxx` parammeter and launching it, I can find the match in dotabuff league page, see as below:  But when the match was...
How can I create a 1x1 lobby only the middle in dota 2?