This is a tool for viewing song information in SEGA's arcade music game 'Ongeki'. Based on the public data provided from the official homepage (https://ongeki.sega.jp/music/), this tool enables user to view information easier by using custom sort and filter options.
このツールは、SEGAの音ゲー「オンゲキ」の収録曲データをより便利に閲覧できるように制作されたビュアーです。
- Base data source: https://ongeki.sega.jp/assets/data/music.json
- Enemy type & level data: オンゲキ攻略wiki
- Precise LV data (譜面定数): OngekiScoreLog, Twitter for latest data (Mostly @masa_9713)
- Install Requirements
pip3 install requests - Run script to download JSON and new song images from server
python3 scripts/main.py
Thanks to @Ryudnar for automation script
/data/music.json: Original JSON file provided by SEGA/data/music-ex.csv: Combined data sheet exported to CSV (includes extra info)/data/music-ex.json: Above CSV back-converted to JSON (actually used file in the webpage)
Contact @zvuc_ for inquiries. 提案や合同作業など興味ある方はツイッターで連絡ください。