Skip to content

NotLugozzi/SsDL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

SsDL

An extremely simple tool to download maps from popular beat saber leaderboard website scoresaber.

Requirements:

  • Python (>= 3.8)
  • Modded Beat Saber
  • Beat Saber Mod Assistant
  • OneClick install enabled from BSMA settings

Usage

Go to the scoresaber website and look for the map's hash, located under the game mode image

Copy the hash and paste it in when the script asks you to do so, wait a couple seconds and the map should be installed

Adding to powershell dotfile

Personally i highly reccomend using this script with windows terminal and with powershell, since it allows you to add it to your user configuration and recall it whenever you want just by typing in an alias, just like this image

to do this, just add

function ssdl ($command) {
  python3 "*path to ssdl*"
}

to your CurrentUserCurrentHost file, found under C:\Users\user\Documents\PowerShell\Microsoft.PowerShell_profile.ps1

About

Simple cli tool to download maps from scoresaber

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages