aiorubika is a modern and fully asynchronous framework for Rubika Self API written in Python
Project description
aiorubika
Python-based asynchronous framework for Rubika messenger API
Install
pip install aiorubika
Quik Start
from aiorubika import Client, filters, utils
bot = Client(name='bot')
@bot.on_message_updates(filters.is_private)
async def updates(update):
print(update)
await update.reply(utils.Code('hello') + utils.Underline('from') + utils.Bold('aiorubika'))
bot.run()
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
aiorubika-1.0.0.tar.gz
(32.9 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
aiorubika-1.0.0-py3-none-any.whl
(52.5 kB
view details)
File details
Details for the file aiorubika-1.0.0.tar.gz.
File metadata
- Download URL: aiorubika-1.0.0.tar.gz
- Upload date:
- Size: 32.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9170c0fcf27b4ef73af9cbaed33c7510e689c183e407d64d8a24df71f5e2beca
|
|
| MD5 |
1dfd547ae23e2b49362e73b823d0a9d6
|
|
| BLAKE2b-256 |
f8bccabc814ca34de1924f7cb0cfe4e006d57ab2f964567d1920fc81908bd603
|
File details
Details for the file aiorubika-1.0.0-py3-none-any.whl.
File metadata
- Download URL: aiorubika-1.0.0-py3-none-any.whl
- Upload date:
- Size: 52.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0209ec7cc36c26efcee5d34430e0feb16e0af9832f030adff1326330038fa49e
|
|
| MD5 |
b89b6ce69745a2ac96507feb10e92842
|
|
| BLAKE2b-256 |
2b69c5c499eea4efb211bc0d46792dc77e6ba578fe697b44b1b9506b0edf7b0c
|