Skip to main content

A asynchronous python wrapper for the Yunite API

Project description

YuniteAPI

A asynchronous wrapper for the Yunite API

Getting Started:

Install the package using one of the following commands:
  • pip install YuniteAPI
  • pip install -U YuniteAPI
  • python -m pip install -U git+https://github.com/SylteA/YuniteAPI.git

  • After that, create the client using the following code:

    import YuniteAPI
    import asyncio
    
    
    async def main():
        client = YuniteAPI.Client()
        await client.add_token(guild_id=123456789, api_key='Your api-key')  # Example token
        
    
    if __name__ == '__main__':
        loop = asyncio.get_event_loop()
        loop.run_until_complete(main())
    

    For more documentation please view the documentation

    Project details


    Download files

    Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

    Source Distribution

    YuniteAPI-1.0.2.tar.gz (5.8 kB view details)

    Uploaded Source

    File details

    Details for the file YuniteAPI-1.0.2.tar.gz.

    File metadata

    • Download URL: YuniteAPI-1.0.2.tar.gz
    • Upload date:
    • Size: 5.8 kB
    • Tags: Source
    • Uploaded using Trusted Publishing? No
    • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.41.0 CPython/3.7.3

    File hashes

    Hashes for YuniteAPI-1.0.2.tar.gz
    Algorithm Hash digest
    SHA256 ebaacaf24a145305fcafa6b29e5e5a71ffb8d7f6bf26bd396b5d78e99b6ca220
    MD5 83b3b0fed9408b8826b05412d8089848
    BLAKE2b-256 03e422d63cff1884043eed1b21097d5d02d2c5da4f9c17d7324c370b9ebb30e5

    See more details on using hashes here.

    Supported by

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