an open source osu! mirror. Outdated, replaced by cheesegull.
Find a file
2016-12-28 20:43:48 +01:00
.gitignore Initial commit 2016-05-15 19:00:15 +02:00
beatmap_downloader.go Attempt to fix memory leaks; build index every 10 minutes; bump to 0.2.2 2016-05-19 11:13:07 +02:00
beatmap_finder.go Update saving beatmap information not working properly 2016-12-28 20:43:48 +01:00
build_index.go Attempt to fix memory leaks; build index every 10 minutes; bump to 0.2.2 2016-05-19 11:13:07 +02:00
config.go Initial commit 2016-05-15 19:00:15 +02:00
data_json.go Update saving beatmap information not working properly 2016-12-28 20:43:48 +01:00
ignored_beatmaps.go Fix error checking in ignoredImport() 2016-05-19 10:56:06 +02:00
LICENSE Initial commit 2016-05-15 15:25:27 +02:00
main.go Update saving beatmap information not working properly 2016-12-28 20:43:48 +01:00
README.md Update README 2016-05-16 15:57:46 +02:00

mirror

An open-source, highly-performant and fast osu! beatmap mirror.

Getting started

Have go installed (with the GOPATH set up), and a 1TB+ disk available:

go get git.zxq.co/ripple/mirror
cd /one/terabyte/partition
mkdir osumirror
cd osumirror
$GOPATH/bin/mirror
nano mirror.conf
$GOPATH/bin/mirror # Get ready for downloading beatmaps for at least a day!

API documentation