Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.

kiding/ongeki-db

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ongeki Song DB Table

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の音ゲー「オンゲキ」の収録曲データをより便利に閲覧できるように制作されたビュアーです。

Data Sources

How to fetch and apply new data

  • 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

Notes

  • /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)

Contribution & Feedback

Contact @zvuc_ for inquiries. 提案や合同作業など興味ある方はツイッターで連絡ください。

About

Online viewer for list of songs in Ongeki

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.9%
  • HTML 7.2%
  • CSS 6.5%
  • Python 0.4%