You guys remember that stat grabber thing on a thread a while ago? Anyone know how that was done or if it was just a dude doing it? Never asked but would be interested in seeing mine for fun.
https://www.vlr.gg/287605/vlr-stat-scraper
If you reply to the original thread, yukky should respond with your stats
As for how he does it:
Originally it started with just requests and soup in python to get all the data, but that was just too slow ... So I did some digging and found Scrapy Framework which is like 10x faster and I just combined that with Django DB & Frontend