Made by Buster#5741
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.
wot-bans/globalmap.py
: Get/compare/format (ban) data for WoT Global Map eventswot-bans/ranked.py
: Get/compare/format (ban) data for WoT Ranked map eventswot-bans/tankranking.py
: Rank clans by amounts of reward tanks for WoT Global Map eventswot-bans/gbadges.py
: List players who receive a GML badge for WoT Global Map events
Ranked
Global map
- Thunderstorm : EU
- Rennaisance : EU
- Confrontation : ASIA - EU - NA - RU
- Iron Age : ASIA - EU - NA - RU
- War Gods: ASIA - EU - NA
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