Skip to content
Sebastian Krajewski edited this page Oct 29, 2024 · 2 revisions

If you want to use Scoreboard functionality, you need to have an osu!api v2 connection. Here's how to do it:

I don't have osu!supporter

If you don't have supporter, you won't have access to country and friends leaderboards. So path for apiv2 is a bit easier.

Steps:

  1. Open https://osu.ppy.sh/home/account/edit and scroll down until you see OAuth section: image

  2. Click "New OAuth Application"

  3. Give a name to your application.

  4. Click Register application.

  5. Your new application should appear in "own clients" subsection. Click on the name.

  6. Open danser settings and copy-paste client id and Client secret respectively: image

  7. Select "Client credentials" as Auth type.

  8. Click "Authorize"

  9. If you get "Successful!" you're ready to go!

I do have osu!supporter

It's a bit more complicated, but pay off is worth it!

  1. Open Danser Settings
  2. Select "Authorization code" as Auth type.
  3. Click "Copy callback URL". It will create a link you will need shortly.
  4. Open https://osu.ppy.sh/home/account/edit and scroll down until you see OAuth section: image
  5. Click "New OAuth Application"
  6. Give a name to your application.
  7. Paste the copied link to Application Callback URLs section.
  8. Click Register application.
  9. Your new application should appear in "own clients" subsection. Click on the name.
  10. Open danser settings and copy-paste client id and Client secret respectively: image
  11. Click "Authorize"
  12. It will open the osu! page that asks you to Authorize the client. Click "Authorise".
  13. If you get "Successful!" you're ready to go! You can close the page and return to danser.
Clone this wiki locally