Skip to main content

This is a powerful and easy library for building self Bots in Rubika

Project description

Pyrubi 2.1.0

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

<style> .image { border-radius: 12px } h1 { text-align: center; color: dodgerblue; font-size: 25px; border-radius: 3px } a{ margin: 1px; color: white; background-image: linear-gradient(to right, rgb(0, 89, 255), rgb(0, 166, 255)); font-size: 18px; border-radius: 3px } </style>

Pyrubi Library 2.1.0

GitHub Documents


Example:

from pyrubi import Bot, Message

bot = Bot("TOKEN")

for update in bot.on_message():
    message = Message(update)
    if m.text() == 'Hello':
        bot.send_text(message.chat_id(), "``Hello`` **from** __Pyrubi__ ~~Library~~, --I'm Ali--.", message.message_id())

Features:

  • Fast : The requests are very fast.

  • 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:

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

Uploaded Source

Built Distribution

pyrubi-2.1.0-py3-none-any.whl (15.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