Skip to main content

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

Project description

Pyrubi 2.2.1

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

Pyrubi Library 2.2.1

GitHubDocuments

Downloads

The Pyrubi library is compatible with version 6 of the Rubik's API


Install or Update:

pip install -U pyrubi

Example:

from pyrubi import Bot

bot = Bot("sessionName")

for update in bot.on_message():
    if update.text() == 'hello':
        bot.send_text(update.chat_id(), f"**Hello** ``{update.author_title()}``. __This message is from the Pyrubi library.__", update.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


Social Media:

Rubika


🌟 Star History

Star History Chart

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

Uploaded Source

Built Distribution

pyrubi-2.2.1-py3-none-any.whl (17.8 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