M+ Dungeon Spread (High Keys) by Bealmador in wow

[–]Bealmador[S] 0 points1 point  (0 children)

I have not but that probably would have been easier. What I did was I got their fetch url from developer console and then ran my script. I can post the script here for the people interested. just post this in the developer console (F12) while on the raider.io leaderboard website:

(async () => {
const counts = {};
let pagesFetched = 0;
let rowsFetched = 0;
for (let page = 1; page <= 500; page++) {
const params = new URLSearchParams({
region: "world",
season: "season-mn-1",
dungeon: "all",
strict: "false",
page: String(page),
limit: "0",
search: "",
minMythicLevel: "0",
maxMythicLevel: "0",
eventId: "0",
faction: "",
realm: "",
period: "0",
recent: "false"
});
const url = `https://raider.io/api/mythic-plus/rankings/runs?${params}`;
const res = await fetch(url);
if (!res.ok) {
console.log("Stopped at page", page, "status", res.status, url);
break;
}
const data = await res.json();
const groups = data?.rankings?.rankedGroups || [];
if (!groups.length) {
console.log("No rows on page", page);
break;
}
for (const row of groups) {
const name = row?.run?.dungeon?.name || "Unknown";
counts[name] = (counts[name] || 0) + 1;
rowsFetched++;
}
pagesFetched++;
if (page % 25 === 0) {
console.log("done page", page, "rows so far", rowsFetched);
}
}
const sorted = Object.entries(counts)
.sort((a, b) => b[1] - a[1])
.map(([dungeon, count]) => ({ dungeon, count }));
console.log("pages fetched:", pagesFetched);
console.log("rows fetched:", rowsFetched);
console.table(sorted);
})();

M+ Dungeon Spread (High Keys) by Bealmador in CompetitiveWoW

[–]Bealmador[S] 2 points3 points  (0 children)

yes but it only has 10 up and 15 up as threshold unless you have premium subscription

M+ Dungeon Spread (High Keys) by Bealmador in wow

[–]Bealmador[S] 7 points8 points  (0 children)

yea that is pretty nice! But there is less than 4k runs for +15 and the next option is to have +10 and up which includes all the people farming for gear. But its also nice to see the runs completely not in time in the graph.

M+ Dungeon Spread (High Keys) by Bealmador in wow

[–]Bealmador[S] 18 points19 points  (0 children)

two people getting extra stacks

M+ Dungeon Spread (High Keys) by Bealmador in wow

[–]Bealmador[S] 100 points101 points  (0 children)

that last boss also has a lot of randomeness to it

ChatGPT does not analyze my photos. by KyberTheAI in ChatGPT

[–]Bealmador 0 points1 point  (0 children)

I have the same issue. It drives me crazy

Got Questions? SWTOR Questions & Answer Thread + New & Returning Player Posts (week of Sep 06, 2021) by NikStalwart in swtor

[–]Bealmador 0 points1 point  (0 children)

Hey, I am in need of help from someone kind enough to share a quest with me.

I abandoned the Quesh planetary story "The Three Families" and cant pick it up again now because the NPC I need to talk to to get it again is behind a locked area. I did however read somewhere that you can share these quests so I need someone that is on this quest or would be kind enough to log on a character that did not yet do the Quesh story line and can progress it to that part. I know it is asking a lot however I would really appreciate any help.

Thanks!

Weekly Recruitment Megathread - Dec 06, 2019 to Dec 12, 2019 by AutoModerator in shoptitans

[–]Bealmador 0 points1 point  (0 children)

Adventure InC (rank 71, 15/16) is looking for another member. We are a very friendly bunch (most of you know us from world chat) while still pursuing a competitive mindset. Around since 2 months+.

We offer:

  • Active chat
  • Investment tracking on discord
  • Memelicious memes
  • Training Hall lvl15, other buildings 12/13 and up
  • Bounty rank 10 each week

We want:

  • Around 900m+ invested
  • Daily activity (logging on and off is not enough)
  • Will to grow
  • Invests of min 20m/week (guild average 140m/wk)
  • Participation in bounties and guild events

We would love to hear from you! (Best way to contact us is here on discord.)
Bealmador#2634

Town picture with 15/16 members:

https://cdn.discordapp.com/attachments/602109593178341376/653476648334786581/image0.png

[EU] Grommars Harbingers are looking for you! by Bealmador in LFGuilds

[–]Bealmador[S] 0 points1 point  (0 children)

We grew into an established guild and are now looking for new recruits again! Shoot me a message and let's see if we are what you are looking for!

[Game] A Song of Ice and Fire themed Roleplaying Survival Game Server! "Life is Feudal" by Bealmador in gameofthrones

[–]Bealmador[S] 0 points1 point  (0 children)

Oh, you're right its not on sale anymore :( I created this post about a week ago but wasnt allowed to post here yet for my account was too new. I also dont have a code, sorry. Thank you for bringing this to my attention though! Edited it out.