/touhoudex-parser

A Touhou Wiki parser that returns the "Touhou Puppet Play" Touhoudex with every Touhoumon and their Stats.

Primary LanguagePython

Touhoudex Parser

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!

Features

Setup

To install requirements, you can install directly from the requirements.txt file

Linux

pip3 install -r requirements.txt

Windows

python -m pip install -r requirements.txt

Usage

The Application can be started by running the TouhouCardsParser.py file in your preferred version of Python 3