Skip to main content

aiorubino is an api-based library for Rubino messengers

Project description

AIORubino

AIORubino is an api-based library for Rubino messengers

Install

pip install -U aiorubino

Start

from aiorubino import Client
import asyncio

client = Client('your-auth-here')

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

if __name__ == '__main__':
    asyncio.run(main())

Examples

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

aiorubino-2.0.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

aiorubino-2.0-py3-none-any.whl (5.2 kB view hashes)

Uploaded Python 3

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