Rubika Bot Self Library for Python
Homepage
•
Documentation
•
Community
•
News
easy, fast and elegant library for making rubika self bots
from rubika import Bot, Socket
from rubika.filters import filters
bot = Bot("MyApp")
app = Socket(bot.auth)
@app.handler(filters.PV)
def hello(message):
message.reply("Hello from Rubikalib!")
Rubika 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.
- 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.
pip3 install rubika
- Dark Code
- Mr.binder
- Sajjad Dehghani
- Sajjad Soleymani
- Saleh (maven)
- Shayan Ghosi
- And you :)
- Check out the docs at https://rubikalib.github.io/docs.html to learn more about rubika library, get started right away and discover more in-depth material for building your client applications.
- Join the official channel at https://t.me/rubikalib and stay tuned for news, updates and announcements.
rubika library is licensed under GPLv3 license
This is not an official rubika product. It is not affiliated with nor endorsed by rubika Inc.
© 2023 Bahman Ahmadi
This project has reached its destination, it's time to say goodbye! 👋 (19 jul 2023)