Skip to content

aiorubino is asynchronous Rubino API framework in Python

License

Notifications You must be signed in to change notification settings

irvaniamirali/aiorubino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AIORubino

aiorubino is asynchronous Rubino API library in Python

Install and update

pip install -U aiorubino

Start

from aiorubino import Client

client = Client("auth")

async def main():
    result = await client.get_my_profile_info()
    print(result.name)
    

client.run(main())

Contributors

Contributions to the project are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request on GitHub.

License

aiorubino is released under the MIT License. See the bundled LICENSE file for details.