Repository Soon.
A web scraper library for the website, Honey Impact. Since there is no availabe public API as far as I know, I’m currently working on a python web scraper that has full coverage to what the site can offer. To save having to access the website all the time, when the user uses the wrapper. The html pages are stored in a cache and are served to them when needed....
chupa.miriondb.com | Repository
A simple translated card database from the game THE IDOLM@STER MILLION LIVE: THEATER DAYS or mirishita for short (or in katakana, ミリシタ). The website uses the Princess API to obtain the many card’s information. For the cards' images it downloads from matsurihi.me itself, so the website can be self-sufficient and not rely on their services aside from occasinally updating cards and images.
The website is ran with: a PostgreSQL database to store data, a Python Flask server for serving the frontend and the cards' information, and a Rust server built with Rocket to serve image assets to the Flask server....
Repository
A Python API wrapper for the Princess API. Specifically, this wrapper covers the Mirishita part of the API. The wrapper also includes a english translation for skill descriptions and character names. It is a rather simple wrapper with an Object-Oriented approach. I maintain it whenever there are new skills to be translated, new event types or new characters to add.
Example Snippet:
import pryncess # Pass versions of mirishita ("ja", "ko", "zh") session = pryncess....