This script calls the API of World of Tanks to retrieve the tech tree of a given player. Then, it produces a picture with some basic statistics that will help you to understand the path followed by the player.
Climbing the tech tree can be very long. However some streamers have many mechanics of tier X. How did they managed to do so ? That tool is very interesting to understand the underlying logic and the habits of a player.
- Install Python
- Install GraphViz or use the online service VizJS
- Register at WarGaming with your phone to get a personal application ID
- Modify
wot.py
to put the application identifier inAPP_ID
- Run the script:
python wot.py --server eu --player Pamboum --language en pamboum.png
- The parameters with
--
are optional
- The parameters with
- The generated file
.gv
is the definition of the graph - The generated picture is the one from the command line
The final picture looks like this :