Skip to content

Instantly share code, notes, and snippets.

View ShayBox's full-sized avatar
:shipit:

ShayBox

:shipit:
View GitHub Profile
@ShayBox
ShayBox / main.py
Created May 7, 2026 07:27
Osu Most Played Downloader | Some vibe coded shit that abuses multiple APIs
import requests
import time
import os
import re
from tqdm import tqdm
# Try APIs in order. Use {} for beatmapset_id formatting.
DOWNLOAD_APIS = [
"https://api.nerinyan.moe/d/{}",
"https://catboy.best/d/{}",