Skip to main content

This is a powerful library for building self robots in Rubika

Project description

Pyrubi 1.6.0

Pyrubi is a powerful and easy library for building self robots in Rubika

Pyrubi Library 1.6.0 GitHub


Example:

from pyrubi import Bot, Message

bot = Bot('TOKEN')

for msg in bot.on_message():
    m = Message(msg)
    if m.text() == 'Hello':
        bot.send_text(m.chat_id(), 'Hello from Pyrubi Library', m.message_id())

Features:

Fast : The minimum request time is 0.07 seconds and the maximum request time is 0.3 seconds, Easy : All methods and features are designed as easy and optimal as possible, Powerful : While the library is simple, it has high speed and features that make your work easier and faster


Rubika : @pyrubika

Install or Update:

python -m pip install -U pyrubi

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

pyrubi-1.6.0.tar.gz (14.1 kB view hashes)

Uploaded Source

Built Distribution

pyrubi-1.6.0-py3-none-any.whl (14.6 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