AbusiveTuna / IronmanCC

Repo for IronmanCC.com
MIT License
0 stars 0 forks source link

intial script #2

Closed b-jam closed 4 months ago

b-jam commented 4 months ago

initial script to pull all players from ironmancc and lookup oldschool highscores.

currently limited to the first 5 players of the ironmancc just in case rate limits which I havne't checked. via [:5]

Just run it python3 poc.py and it will output the first 5.

need to check rate limiting, turn into a server (flask?) etc and some mechanism for storing starting kc for comparison some mechanism for updating (cron-like for not hitting api limits?) and probably more