This is a powerful library for building self robots in Rubika
Project description
Rubika Bot Self Library for Python
Rubika
A fast, beautiful and very powerful library for making your own robots in Rubika
from TyroBot import Bot, Message
bot = Bot('TOKEN')
for msg in bot.on_message():
m = Message(msg)
if m.text() == 'Hello':
bot.reply(msg, 'Hello from TyroBot Library')
Tyrobot is is an easy, fast and unofficial rubika self bot library. It enables you to easily interact with the main Telegram API through a user account (custom client) using Python.
Key Features
- Ready: Install rubika with pip and start building your applications right away.
- Easy: Makes the rubika API simple and intuitive, while still allowing advanced usages.
- Elegant: Low-level details are abstracted and re-presented in a more convenient way.
- Fast: Boosted up by aiohttp instead of requests.
- Powerful: Full access to Rubika's API to execute any official client action and more.
Installing
pip3 install TyroBot
This is not an official rubika product. It is not affiliated with nor endorsed by rubika Inc.
© 2023 Mohammad Saeed Salari
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
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 TyroBot-2.0.6.tar.gz.
File metadata
- Download URL: TyroBot-2.0.6.tar.gz
- Upload date:
- Size: 13.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 |
0cda8b763023d38fe61d876c469e3c8189bc730d8ddd8b1e975e810b92c1b3a1
|
|
| MD5 |
83f5fbbd30af61953029feedd99855be
|
|
| BLAKE2b-256 |
d7b358ddcf7320838b806bb15343f6600a270e046eb26f60826d160f2ddd121d
|
File details
Details for the file TyroBot-2.0.6-py3-none-any.whl.
File metadata
- Download URL: TyroBot-2.0.6-py3-none-any.whl
- Upload date:
- Size: 12.3 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 |
34b0edc14130de3746616461cd9c4397ef4fe1436b9d80fce7328bac1165d71b
|
|
| MD5 |
6b4b102fb904c77a07b1a9d3fce7a4e0
|
|
| BLAKE2b-256 |
6c33d189373947b51a7281809eb373fa18a7e882620d7f288314adca0ba0e5ce
|