Skip to main content

This is a powerful and easy library for building self bot in the Rubika.

Project description

pyrubi image

Fast & powerfull Rubika API library
GitHubDocuments

Pyrubi 3.6.0

Downloads

Fast and powerfull Rubika API library for building self bots.


Install or Update:

pip install -U pyrubi

Quick start:

from pyrubi import Client
from pyrubi.types import Message

client = Client("mySelf")

@client.on_message(regexp="hello")
def send_hello(message: Message):
    message.reply("**hello** __from__ ##pyrubi##")

client.run()

also you can enter your session data manually:

from pyrubi import Client
from pyrubi.types import Message

auth_key = "abcdefghijklnopkrstuvwxyzazxcqwe"
private_key = "-----BEGIN RSA PRIVATE KEY-----\n..."

client = Client(auth=auth_key, private=private_key)

@client.on_message(regexp="hello")
def send_hello(message: Message):
    message.reply("**hello** __from__ ##pyrubi##")

client.run()

Features:

  • Fast : The requests are very fast and optimize.

  • Powerful : While the library is simple, it has high speed and features that make your work easier and faster

  • Easy : All methods and features are designed as easy and optimal as possible


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-3.6.0.tar.gz (29.2 kB view details)

Uploaded Source

Built Distribution

pyrubi-3.6.0-py3-none-any.whl (31.1 kB view details)

Uploaded Python 3

File details

Details for the file pyrubi-3.6.0.tar.gz.

File metadata

  • Download URL: pyrubi-3.6.0.tar.gz
  • Upload date:
  • Size: 29.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for pyrubi-3.6.0.tar.gz
Algorithm Hash digest
SHA256 5f1bf1cd97e11653342864b237639145781a6cbbf1618dd27c7259e345b088de
MD5 438239ced7ae68c030957f2c2049b8e7
BLAKE2b-256 9e1b5177de03debbe72a9989d489f713c8dbaabd0ad071a0dadbbd8bc82b4bbb

See more details on using hashes here.

File details

Details for the file pyrubi-3.6.0-py3-none-any.whl.

File metadata

  • Download URL: pyrubi-3.6.0-py3-none-any.whl
  • Upload date:
  • Size: 31.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for pyrubi-3.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3fcb99b093a2da3a8782c1b7c74c030a3e1c5a992248c0b030f88b1eda349f39
MD5 11258da628c8c2a1f562c07d2cbb2af5
BLAKE2b-256 58b7260e7dd74c447fd26fe84a70ecb5794877f996402ebce40f5eeb33c48b18

See more details on using hashes here.

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