Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carter907/osu-map-downloader
OSU! map downloader that directly downloads OSU! beatmaps using map packs found at https://osu.ppy.sh/beatmaps/packs
https://github.com/carter907/osu-map-downloader
osugame
Last synced: 3 days ago
JSON representation
OSU! map downloader that directly downloads OSU! beatmaps using map packs found at https://osu.ppy.sh/beatmaps/packs
- Host: GitHub
- URL: https://github.com/carter907/osu-map-downloader
- Owner: Carter907
- Created: 2023-12-13T16:14:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-13T18:03:41.000Z (about 1 year ago)
- Last Synced: 2023-12-14T18:04:17.573Z (about 1 year ago)
- Topics: osugame
- Language: Java
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# osu-map-downloader
jar file that automatically downloads osu maps given a range of ids and a destination path.# Installation Guide
- must have java 21 installed on your system
- you can install java 21 [here](https://www.oracle.com/java/technologies/downloads/)
- once you have installed jdk 21, you can test it in the terminal by running `java --version`
- next you can go to releases in the repo and under the lastest release's assets download the .jar file# Usage
```jshell
java -jar osu-map-downloader.jar [startId] [endId] [path-to-directory]
```
- the ordering of the ids doesn't matter as long as they are valid and found on [the OSU! beatmaps website](https://osu.ppy.sh/beatmaps/packs)