The Health Lottery in the UK runs an online lottery that runs every 3 minutes called Quick Win, where they employ the services of an online casino games supplier called Gamevy.
And so, scraper.py
collates the numbers resulting from each draw to generate a .csv
file.
Gamevy has seemingly exposed every past draw of the lottery in one API endpoint that only requires a (publicly available) session token from another endpoint. As of May 2019, that's over 300 000
draws!
I made this as part of a learning exercising to test the "randomness" of this lottery game by way of statistical analysis.