/osu-pp-scraper

Gives you a text file with information about your top performance.

Primary LanguageJava

osu! pp scraper

This project reads a top performance list, downloads all the maps, runs oppai.exe on them, and gives you their aim/speed/accuracy values, as well as your combined pp stats. Put oppai.exe into the same folder as the program, your API key into ScraperConfiguration.java before use, and edit the user ID string in Program.java to whoever you want to see the performance list for. Yeah, it's hardcoded, which is a bit of a shame. Example output can be seen here.

The JSON handling is done by the Gson library, and is needed for compiling. No dependency manager for you.

Fair warning: the code is pretty bad.

also TODOs:

  • output to HTTP instead of txt dear god