Pyrubi 3.6.0
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
Release files for pyrubi 3.6.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyrubi-3.6.0.tar.gz | 29.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyrubi-3.6.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 60.3 kB
Release files / pyrubi-3.6.0.tar.gz
| Download URL | pyrubi-3.6.0.tar.gz |
|---|---|
| Size | 29.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5f1bf1cd97e11653342864b237639145781a6cbbf1618dd27c7259e345b088de
|
|
BLAKE2b-256 checksum How to use checksums |
9e1b5177de03debbe72a9989d489f713c8dbaabd0ad071a0dadbbd8bc82b4bbb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.7
|
Release files / pyrubi-3.6.0-py3-none-any.whl
| Download URL | pyrubi-3.6.0-py3-none-any.whl |
|---|---|
| Size | 31.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3fcb99b093a2da3a8782c1b7c74c030a3e1c5a992248c0b030f88b1eda349f39
|
|
BLAKE2b-256 checksum How to use checksums |
58b7260e7dd74c447fd26fe84a70ecb5794877f996402ebce40f5eeb33c48b18
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.7
|