Discord rich presence integration for Taiko no Tatsujin titles on Wii U and Nintendo Switch.
You can find pre-built binaries on the Releases page. They include a configuration file that you can edit, and batch files to auto-launch each title.
To use this program, you'll need to install pypresence (available on PyPI). You'll also need pyGecko, which needs to converted to Python 3.
Song data in data/
is ripped from the game using extract_songs.py
, but pre-built versions are provided for your convenience. These versions include all DLC songs.
pip install pypresence
wget -O tcpgecko.py https://raw.githubusercontent.com/wiiudev/pyGecko/master/tcpgecko.py
wget -O common.py https://raw.githubusercontent.com/wiiudev/pyGecko/master/common.py
2to3 -w tcpgecko.py
--launch-auto
)taiko.py
supplying your Wii U's IP address
./taiko.py 192.168.0.10
--client-id [ID]
if you want to use your own Discord application