Skip to content

seanmcbroom/osu-collector-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

osu!Collector Downloader

This program downloads beatmap collections from osu!Collector, it's as simple as that. Download latest release

Linux - Available ✔️

Windows - Available ✔️

MacOS - Build from source 🟨

Usage

  • 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.

Untitled

Building from source

Currently if you need to produce a build for MacOS 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 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

  • Initialize packager

npx nodegui-packer --init osu!Collector

  • Build and package from source

npm run build && npx nodegui-packer --pack ./dist

Requirements

  • Nodejs v14.4.0+

About

Client to download collections from osu!Collector. Made for Linux, Windows, & Mac OS.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published