This program downloads beatmap collections from osu!Collector, it's as simple as that. Download latest release
Linux - Build from source 🟨
Windows - Available ✔️
MacOS - Build from source 🟨
-
First, you will need to select a directory. This this is where the downloader will create a folder and download all the beatmaps .osz archive files.
-
The second input asks for the collection id, you can find this at the end of the collection URL on the website.
Currently if you need to produce a build for MacOS/Linux you will need to build and pack from source. Cross platform builds are not supported in the packager, due to this limitation I cannot provide a MacOS/Linux build. However you're more than welcome to build from source on your own system.
- Clone this repository
git clone https://github.com/seanmcbroom/osu-collector-downloader
- Change working directory
cd osu-collector-downloader
- Install dependencies
npm install
- Run the build command
npm run build
- Nodejs v14.4.0+