Its free open-source project to download maps directly (using catboy.best mirror) Or random thing that allowes you download beatmaps fast.
Just download it from releases or you can run it from source code.
And you need tampermonkey, violentmonkey or something like this with our script installed.
- Clone repository (
git clone https://github.com/Corrupted-Code/osu-cbmsd
) - Install python libs (
pip install -r requirements.txt
) - Run the code. (
python cbmsd.py
)
You can build it using nuitka.
just run nuitka --standalone --onefile --include-package=cbmsd cbmsd.py
(with installed nuitka.)