Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

aiorubika-1.0.0-py3-none-any.whl (52.5 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