FrostiiWeeb / asuna_api

Python wrapper for asuna.ga

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asuna_api

Python wrapper for asuna.ga I am not the creator the asuna api, and some of this code came from the iDutchy some-random-api project so credits to them. Credits to iDutchy for the Original source and Thank You for letting me for using your source.

For any questions and support for the wrapper, you can visit the Discord support server or DM me on Discord at JDJG Inc. Official#3493.

Alternative Discord Server

Getting Started:

To begin with, you'll have to install the package by doing one of the following commands:

  • pip install -U asuna-api
  • python -m pip -U install asuna-api

Or you can install directly from source by doing one of the following commands:

  • pip install -U git+https://github.com/JDJGInc/asuna_api
  • python -m pip install -U git+https://github.com/JDJGInc/asuna_api

After that, you will have to create the client:

import asuna_api

client = asuna_api.Client()

For full usage, please read the documentation

About

Python wrapper for asuna.ga

License:MIT License


Languages

Language:Python 100.0%