-
Notifications
You must be signed in to change notification settings - Fork 16
v2.scores.download
cyperdark edited this page Mar 31, 2023
·
4 revisions
Download score replay file
const { auth } = require('osu-api-extended');
await auth.login_lazer(username, password);
await v2.scores.download(score_id, mode, file_path)
Parameter | Type | Description |
---|---|---|
score_id | number |
id of the score |
mode | string |
osu or fruits or mania or taiko
|
file_path | string |
File path with .osr at the end |
path to replay file