Hello there, fellas. This is a project I made for shits and giggles. Let's get started, then. *ahem*
I give you Koakuma, a Python 3+ tool designed to work on Android. Given a Wii U titlekeys.json file containing a library of game info and a set of criteria, it will output any info matching said criteria, which can obviously be piped into some shell script for further usage.
The reason behind this script's creation? Places such as that key site are a pain to navigate from mobile, and it so happens that one might need to check for some title's TitleID when offline.
What if you don't have a titlekeys.json database? Koakuma can grab it for you, provided that you submit that key file's URL. Note that, for reasons, the URL is never saved; it is hardcoded in the source as a SHA-256 in order to check for the correctness of what you submit, but the check can be overridden in case the site relocates.
Regarding the criteria, it is possible to search for TitleIDs, (part of) names and regions. Likewise, it is possible to search for demo, DLCs and updates.
More info available at https://github.com/DMSalesman/Koakuma.
I give you Koakuma, a Python 3+ tool designed to work on Android. Given a Wii U titlekeys.json file containing a library of game info and a set of criteria, it will output any info matching said criteria, which can obviously be piped into some shell script for further usage.
The reason behind this script's creation? Places such as that key site are a pain to navigate from mobile, and it so happens that one might need to check for some title's TitleID when offline.
What if you don't have a titlekeys.json database? Koakuma can grab it for you, provided that you submit that key file's URL. Note that, for reasons, the URL is never saved; it is hardcoded in the source as a SHA-256 in order to check for the correctness of what you submit, but the check can be overridden in case the site relocates.
Regarding the criteria, it is possible to search for TitleIDs, (part of) names and regions. Likewise, it is possible to search for demo, DLCs and updates.
More info available at https://github.com/DMSalesman/Koakuma.





