Beatmap downloader programmed in Java for the rhythm game osu!.
Has the ability to download all ranked beatmaps for either a single year, or within a given year range, and will scan the maps you already have to eliminate duplicate downloads.
Will soon have the ability to download DMCA'd maps, once chimu.moe get their shit together.
Created as a personal project to improve my coding skills, don't expect quality code.
Make sure you have Java installed: https://www.java.com/en/download/
Download the .zip file in the Releases section, extract and run the run.bat file. Make sure to read the disclaimer when you run the program for the first time!
If the .bat file is not working for some reason, you must do the following steps to run the program:
- Open command prompt
- Navigate to the location of the BeatmapDownloader.jar file using the 'cd' command
- Type this command to run the file: 'java -jar BeatmapDownloader.jar'