/paranormal-maimai

playground on maimaiDX Intl. version website

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

paranormal-maimai

Blazingly fast version

This is just a playground for me to mess with SEGA's "maimaiDX International Version" website. If you are a somewhat-devoted maimai player, I think you know where the title comes from.

As of 9 September 2023, this tool will empower nameless* with its features.

Basic Usage

from models import MaimaiSession

async def example():
    session = MaimaiSession()
    await session.get_ssid_from_credentials(username="your-sega-id-username", password="your-sega-id-password")
    await session.login()
    await session.logout()