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

    Uploaded Source

    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