Skip to content
/ loapy Public

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

License

Notifications You must be signed in to change notification settings

korlark/loapy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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())

About

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

Resources

License

Stars

Watchers

Forks

Languages