mirror of
https://gittea.illegalesachen.download/raucherpause/osu-progressCLI.git
synced 2026-08-17 11:22:03 +08:00
Track scores and time wasted in osu!
- C# 69.6%
- Liquid 14.4%
- JavaScript 10.7%
- HTML 4.1%
- CSS 1.1%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .github/workflows | ||
| osu!progressCLI | ||
| .gitattributes | ||
| .gitignore | ||
| buildcmd.txt | ||
| LICENSE.txt | ||
| osu!progressCLI.sln | ||
| README.md | ||
osu!progressCLI

Prerealse versions:
A small Tool to Visualize localy Tracked scores for the osu! game.
Feature List
- Automaticaly Tracks Passed, Failed, Retrys and Canceld Scores
- Calculates PP and Fullcombo PP
- Tracks Time spend on Any specific Screen
- Tracks BanchoTime (Idle, playing, afk...)
- More or less supports All Modes and Mods
- Shows Potential Fcable Maps
- Progression over time.
- Missanalzer for Passed Scores
How to run
-
Download Either the installer or Portable -> Latest Release
-
Run the Programm and open the Webpage
-
Add youre Userid under the Pen icon hit save and Click the Login with Osu! Button.
-
If ur profile stats are displayed ur done!
-
If u want to Import Scores from ur current game or from osu!alternative visit importer
Run on Startup
- Create a shortcut to the Start.vsb
- Copy the Shortcut to the Startup Folder. Done!
- Quickacces: win + r
shell:startup
Requirments
- Only Windows supported currently (depends on OsuMemoryProvider, Missanalzer, etc...)
- NET 6.0.x Runtime is required to run this programm
Feedback / Problems
- Ask in the Discord
- Open An Issue
- I got some changes/ features -> Make a pull request and maybe ill merge it
I dont like this design
If u dont like the design u can change ur the existign one or create an etirely new one
How to
If u need help hit me up!
File based Routing
put the html/css/js/img files inside the public folders and u can fill them with ur own junk
integrated api
to better enhance ur own webpages u can use the data from the internal api
current endpoints are
- api/beatmaps/...
- search
- parameters searchquery="this is a search"
- averages
- score
- id
- search
- api/banchotime
- api/banchotimebyday
- api/timewasted
- api/timewastedbyday
NOTES
- Please take official api request limits into account! one request every 2 seconds is ok, burst should be ok but if it goes to high ask ppy!


