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.1.tar.gz (5.8 kB view details)

    Uploaded Source

    File details

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

    File metadata

    • Download URL: YuniteAPI-1.0.1.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.1.tar.gz
    Algorithm Hash digest
    SHA256 8898e6a190349121d824e1964e2d216ca43e55957c90189c2512cc5a4aae85d6
    MD5 a42893a2979e7ecff1ded3a70d4d2a00
    BLAKE2b-256 8aafd2c68266cfa64496b8639fdadc9160c6011e485df7f0316fe2f49a6c24ef

    See more details on using hashes here.

    Supported by

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