This is a powerful library for building self robots in Rubika
Project description
Pyrubi 2.0.0
Pyrubi is a powerful and easy library for building self bots in Rubika
Pyrubi is a powerful and easy library for building self bots 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:
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
pyrubi-2.0.0.tar.gz
(14.8 kB
view hashes)
Built Distribution
pyrubi-2.0.0-py3-none-any.whl
(15.5 kB
view hashes)