A Touhoudex Parser for Touhou Puppet Play written in Python 3.
View the Generated Touhoudex JSON files in the Dex Branch!
This repo is used in my Touhou Discord Bot to provide Trading Card Functionality!
- Parses https://en.touhouwiki.net/wiki/Touhoudex_2/Touhoudex_2 to return a list of all Touhou 'Puppets' and their Stats as a JSON file
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 TouhouCardsParser.py
file in your preferred version of Python 3