Skip to main content

This is a powerful library for building self robots in Rubika

Project description


RUBIKA

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

TyroBot-2.0.6.tar.gz (13.1 kB view hashes)

Uploaded Source

Built Distribution

TyroBot-2.0.6-py3-none-any.whl (12.3 kB view hashes)

Uploaded Python 3

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