Skip to main content

An unofficial asynchronous SDK for Lostark Open API written in Python.

Project description

loapy

PyPI PyPI - License

An unofficial asynchronous SDK for Lostark Open API written in Python.

Installation

loapy requires Python 3.7 or higher

python -m pip install --upgrade loapy

Usage

from asyncio import run
from loapy import LostArkRest

lostark = LostArkRest("your_api_key_here")

async def main() -> None:
    print(
        await lostark.fetch_events()
    )

run(main())

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page