Table of Contents
Batch Beatmap Downloader provides an easy way to download a lot of osu! maps matching some filter criteria. The key features of Batch Beatmap Downloader:
|
You must have run your osu! client at least once.
Download the latest release here
Please follow these steps to build the project yourself:
- Pull the repo
- Run "yarn" to install dependencies
- Run "yarn make:win" (or "yarn start" to dev)
- Run the installer found in /releases/
First off, thanks for taking the time to contribute! Contributions are what makes the open-source community such an amazing place to learn, inspire, and create. Any contributions you make will benefit everybody else and are greatly appreciated.
Please try to create bug reports that are:
- Reproducible. Include steps to reproduce the problem.
- Specific. Include as much detail as possible: which version, what environment, etc.
- Unique. Do not duplicate existing opened issues.
- Scoped to a Single Bug. One bug per report.
Reach out to the maintainer at one of the following places:
- Discord: basic#7373
- Twitter: @nzbasic
- osu!: YEP
- Email: [email protected]
If you would like to support me I would greatly appreciate it.
Crypto
- NANO: nano_3ymx5ymxgwrsfc53mem7bfmwjgzwxhtzp41wdkepnxmjdzzhhf3dgiiif8qc
- ETH: 0x46cB2b27C5607282BAdAaf9973EFd728D202A1d3
- BTC: bc1q0f0xtmmf7n05qgnmeun6ytc8z676j8tryszrr3
- DOGE: DRRhYtaFFoyGUaU1h8MyE8LBbMETjDU5AR
This project is licensed under the MIT license. Feel free to edit and distribute the code as you like.
See LICENSE for more information.
Special thanks to the following:
- https://github.com/Itsyuka/osu-buffer - Great tool for reading and writing osu! binary types
- https://github.com/saucesteals/electron-typescript-react-tailwind-redux - Great electron react tailwind typescript template
- https://github.com/dec0dOS/amazing-github-template - Great readme template