Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 1.16 KB

README.md

File metadata and controls

31 lines (17 loc) · 1.16 KB

Player's tech tree in World of Tanks

Introduction

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.

Setup

  • 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 in APP_ID

Usage

  • Run the script: python wot.py --server eu --player Pamboum --language en pamboum.png
    • The parameters with -- are optional
  • The generated file .gv is the definition of the graph
  • The generated picture is the one from the command line

Preview

The final picture looks like this :