https://github.com/calemy/tyro
a osu!api emulator for bancho.py
https://github.com/calemy/tyro
Last synced: 13 days ago
JSON representation
a osu!api emulator for bancho.py
- Host: GitHub
- URL: https://github.com/calemy/tyro
- Owner: Calemy
- License: mit
- Created: 2022-11-07T04:32:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-07T04:40:00.000Z (over 3 years ago)
- Last Synced: 2025-02-27T03:23:18.981Z (over 1 year ago)
- Language: TypeScript
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tyro
a osu!api emulator for bancho.py that is supposed to be an optimized version of @7mochi 's tomoe repository
https://github.com/7mochi/tomoe
this by no means is supposed to be a serious competing project!
i do this so i can use more typescript (i hated every minute of this) and try to give alternative coding style options.
in the end this is all meant to be a fun thing and i try to not offend anyone with this.
### Requeriments
- Node.js v16 or higher with npm
- A running instance of bancho.py
- Access to the bancho.py database
### Usage
- Clone repository (git clone https://github.com/calemy/tyro)
- cd tyro
- npm install
- npm run build
- node index.js
### Handled routes:
```
- osu!api v1
/get_beatmaps : Pending
/get_scores : Pending
/get_user : Done (Missing level and ranks)
/get_user_best : Pending
/get_user_recent : Pending
/get_match : Not supported on bancho.py
/get_replay : Pending
- osu!api v2
(Not yet implemented)
```