>>1970687
okay you win. the best way to escalate a jira ticket is to be the most obnoxious end user possible. now you have access to advanced alien technology. here is your precious list of every username in vscape. now leave me alone
https://files.catbox.moe/5uh9jl.json
[code]
<?php
$pages = 684;
$garbage = [];
foreach (range(1, $pages) as $i) {
echo "processing page {$i} (sorry odel) \n";
$data = file_get_contents("https://vidyascape.org/api/highscores/skill/overall/{$i}?ironman=0");
$meh = json_decode($data, true);
foreach ($meh as $lame) {
$garbage[] = $lame;
}
sleep(1);
}
$garbage = array_column($garbage, "username");
$garbage = json_encode($garbage);
file_put_contents("nigger.json", $garbage);
echo "NIGGER \n";
[/code]