Skip to content
This repository has been archived by the owner on Apr 29, 2023. It is now read-only.

SylteA/YuniteAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

    About

    A [DEPRECATED] asynchronous python wrapper for the Yunite API

    Topics

    Resources

    License

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages