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
Release history Release notifications | RSS feed
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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aiorubino-2.0.tar.gz.
File metadata
- Download URL: aiorubino-2.0.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d75611ec6b6ac29104117a9280185b15b047bf218e6623165bf56920dab44f6a
|
|
| MD5 |
9f7f681524515e49dee018f1e4588b57
|
|
| BLAKE2b-256 |
bd4cd7df8dde74b6ac8666571c1385706093a926c0d5de37fb54bdc01080b59c
|
File details
Details for the file aiorubino-2.0-py3-none-any.whl.
File metadata
- Download URL: aiorubino-2.0-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0a720ce42d0f0f137eb98c2416983534255f52da0c8bf5fffa6b28d2dc157630
|
|
| MD5 |
db0c417774f80fec65264494290d7c17
|
|
| BLAKE2b-256 |
d6290208b3e28c2ddb531e612f02f25643eec7b119e3576439791657003f4055
|