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 is a powerful and easy library for building self robots in Rubika
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyrubi-1.6.0.tar.gz.
File metadata
- Download URL: pyrubi-1.6.0.tar.gz
- Upload date:
- Size: 14.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6b9b68faa244433d0d0fb8c58693ed2f90298ae8d1e83a95b109eeae61042edb
|
|
| MD5 |
e9f5c2f61348d4423ce48946f614fc04
|
|
| BLAKE2b-256 |
0f1c54e908dc1480258398c2f7b280c9525a55a617e7eff54ee748861583b918
|
File details
Details for the file pyrubi-1.6.0-py3-none-any.whl.
File metadata
- Download URL: pyrubi-1.6.0-py3-none-any.whl
- Upload date:
- Size: 14.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d951b599ba9a33350765e64c6c4361f547105b80d8a46e6090300ce25b5de97
|
|
| MD5 |
0b236d971530877e866b78f55a598bdc
|
|
| BLAKE2b-256 |
f62c915944a6df26980644a51be33e895d108b746a8cdf2982551c355bebb2b0
|