Skip to main content

myrino is an api-based library for Rubino messengers

Project description

Myrino

Myrino is an api-based library for Rubino messengers

Install

pip install -U myrino

Start

from myrino import Client
import asyncio

client = Client('your-auth-here', 10)
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

myrino-1.3.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

myrino-1.3-py3-none-any.whl (4.7 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