/mudae-harem-viewer

Load and browse through your Mudae harem.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Mudae Harem Viewer

The Mudae Harem Viewer is a web application designed to display and interact with exports from Mudae Harem Downloader

This project allows users to simulate the behavior of the $mm command.

Features

  • Upload a zip archive containing character data and images.
  • View a list of characters from the Mudae bot's harem.
  • Display detailed information about each character.
  • View associated images for each character.
  • View existing character data without re-uploading.

You can view the following information about characters:

  • Name
  • Series
  • Value
  • Keys
  • Claim rank
  • Note
  • Image

Installation

You have two options:

  1. Download and use the pre-compiled binaries in Releases
  2. Clone the repository and compile the app yourself:
  • You need Go installed on your system.
  • Clone this repository to your local machine.
    git clone https://github.com/Kejneafout/mudae-harem-viewer.git
  • Navigate to the project directory.
    cd mudae-harem-viewer
  • Install dependencies:
    go mod tidy
  • Build the executable.
    go build .

Dependencies

The Mudae Harem Viewer relies on the following packages:

Usage

  1. Start the server using:
  • On Linux:
./mudae-harem-viewer-linux
  • On Windows:
.\mudae-harem-viewer-windows.exe
  1. Access the app in your web browser at http://localhost:3000
  2. Follow the instructions, upload an archive or use existing data.

License

This project is licensed under the GNU General Public License (GPL) - see the COPYING file for details.