Batch Beatmap Downloader (Beta)
Table of Contents
About
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:
|
Screenshots
Getting Started
Prerequisites
You must have run your osu! client at least once.
Usage
Download the latest release here
Building yourself (for devs)
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/
Contributing
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.
Support
Reach out to the maintainer at one of the following places:
- Discord: basic#7373
- Twitter: @nzbasic
- osu!: YEP
- Email: [email protected]
Donate
If you would like to support me I would greatly appreciate it.
Crypto
- NANO: nano_3ymx5ymxgwrsfc53mem7bfmwjgzwxhtzp41wdkepnxmjdzzhhf3dgiiif8qc
- ETH: 0x46cB2b27C5607282BAdAaf9973EFd728D202A1d3
- BTC: bc1q0f0xtmmf7n05qgnmeun6ytc8z676j8tryszrr3
- DOGE: DRRhYtaFFoyGUaU1h8MyE8LBbMETjDU5AR
License
This project is licensed under the MIT license. Feel free to edit and distribute the code as you like.
See LICENSE for more information.
Acknowledgements
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