Skip to content

a smart and fast third-party beatmap downloader

License

Notifications You must be signed in to change notification settings

Termincc/Beatloader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beatloader

a smart, simple and fast third-party beatmap downloader

Roadmap

  • Automatic Import via osu!db

Installation

This installation is required to have nodejs installed.

This got tested with nodejs version 16.16.0

git clone or download the repository and edit the config.example.js and rename it to config.js

  git clone https://github.com/calemy/beatloader
  cd beatloader

  # On windows feel free to use this
  notepad config.example.js
  ren config.example.js config.js

  # If you're on linux use this
  nano config.example.js
  mv config.example.js config.js

install all necessary dependencies using npm and start via node

  npm install
  node index

Profit.

Authors

Feel free to join as contributor!

About

a smart and fast third-party beatmap downloader

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%