Skip to main content

Rubika API Framework for Python

Project description

AIORubika

Rubika API Framework for Python

Examples

from aiorubika import Client, filters, utils
from aiorubika.types import Updates

bot = Client(name='rubpy')

@bot.on_message_updates(filters.text)
async def updates(update: Updates):
    print(update)
    await update.reply(utils.Code('hello') + utils.Underline('from') + utils.Bold('rubpy'))

bot.run()

Install

pip install aiorubika

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-0.0.2.tar.gz (56.9 kB view hashes)

Uploaded Source

Built Distribution

aiorubika-0.0.2-py3-none-any.whl (126.9 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