This repo contains some tools to generate some parts for osu wiki, contain following tools:
- Table generator
- Beatmap list generator
This repo mainly use Ossapi by tybug,thanks you!
-
Go OAuth in osu! website settings
-
Create an OAuth application or using an exist one, copy Client ID and Client secret.
-
Paste to
.env, don't forgot using""to contain string, like"14015"
-
Filling sheets in
data\wiki_table.xlsx. -
Run
Table_generator.py. -
Go
output\wiki_table.txtto see the result.
-
Filling sheets in
data\beatmap_list.xlsx. -
Run
Beatmaplist_generator.py. -
Go
output\beatmap_list.txtto see the result.
Feel free to use issues page if anything feedback or improvement! ^^

