A Touhou Wiki Arrange Parser & HTML Arrange Database Builder written in Python 3.
View the 'List by Song' HTML File Structure in the original HTML form Here!
This repo is used in my Touhou Discord Bot to provide Music Functionality!
- Parses https://en.touhouwiki.net/wiki/List_by_Groups to return a list of all Touhou Circles, Albums and their Arranged Tracks as a JSON file
- Automatically populate a 'List by Song' HTML File Structure based on the information retrieved
To install requirements, you can install directly from the requirements.txt file
pip3 install -r requirements.txt
python -m pip install -r requirements.txt
The Application can be started by running the TouhouWikiArrangeParser.py
file in your preferred version of Python 3