The purpose of this script is to provide you a list of all the players you have met in your saved games (replays).
• Download Python
• Download the project or clone it
• Edit the config :
##Path to your WoT replays folder (or any folder that contains replays)
replays_path = "C:/Games/World_of_Tanks_EU/replays/"• Run the python script in a command prompt :
python parser.pyor
python3 parser.py• The full list is available in players
• The command prompt prints you the amount of replays, the elapsed time and the top 5 of players you have met.
See the license.