Skip to content

Buster-2002/wot-bans

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

World of Tanks competitive bans

Made by Buster#5741

Introduction

I will attempt to upload "ban" lists for each season of ranked and each global map event for each nation. Such lists just contain the players that were disqualified from the HoF for that event. This may also mean they were permanently banned, but that information isn't available.

Use of the code, data and these lists falls under MIT license and are therefore free to use in any way you want.

Uses

Previous lists

Ranked

Global map

Data gathering

For the sake of transparency, the raw data is included in this repo. What follows is an explanation on how the data is gathered and created, and under what scheme it is saved.

Raw Leaderboard data
Gathered by saving the data obtained from each page of the leaderboard (EU, NA, RU, ASIA for global map and EU, NA, RU, ASIA for ranked)

wot-bans/globalmap_data/{region}/{eventname}/{month}-{day}_{hour}-{minute}_data.json
wot-bans/ranked_data/{region}/{eventname}/{month}-{day}_{hour}-{minute}_data.json

Raw Disqualified data
Created by comparing two raw leaderboard data sets (checking which account ids (the keys) were removed). Note that I require both the leaderboard data from before and after the disqualifications were propagated on the API.

wot-bans/globalmap_data/{region}/{eventname}/disqualified.json
wot-bans/ranked_data/{region}/{eventname}/disqualified.json

Formatted data
Created by taking the raw disqualified data and formatting it in a way that is easily readable and appealing to look at (using MarkDown). Along with this I also show which clans had X+ members disqualified, and which players will now receive a tank as result of the bans if it is a Global Map ban list.

wot-bans/globalmap_data/{region}/{eventname}/formatted.md
wot-bans/ranked_data/{region}/{eventname}/formatted.md

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages