A simple and flexible Python library for building advanced Rubika bots with powerful message handling, inline buttons, and custom filters.
Project description
Rubigram
A lightweight Python library to build Rubika bots easily.
Installation
pip install RubigramClient
Example
from rubigram import Client, filters
from rubigram.types import Update
bot = Client("your_bot_token")
@bot.on_message(filters.command("start"))
async def start_handler(client, message: Update):
await message.reply("Hi, WELCOME TO RUBIGRAM")
bot.run()
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
rubigramclient-1.3.3.tar.gz
(6.9 kB
view details)
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 rubigramclient-1.3.3.tar.gz.
File metadata
- Download URL: rubigramclient-1.3.3.tar.gz
- Upload date:
- Size: 6.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
990b4714ffb593c0755aa8366a56ef87741afdd0a34f57c9337193ea620c33bf
|
|
| MD5 |
635066f2c10d7bc6d775d1265dfae45b
|
|
| BLAKE2b-256 |
27cfd80fe6c3d5e2a3c795ca9c8d033f73e6bb878d9da48fc4757fe170600273
|
File details
Details for the file rubigramclient-1.3.3-py3-none-any.whl.
File metadata
- Download URL: rubigramclient-1.3.3-py3-none-any.whl
- Upload date:
- Size: 7.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6844f19e75a7cc8f5247aa32601c7b7c7acb759c69258eda37a9bf7a77e535d5
|
|
| MD5 |
2cbeb9d3852c6f8522900ebfe71fa794
|
|
| BLAKE2b-256 |
04af69d91011d06e2e0258f654e8865436076cc033dc7222b801d787ff174f46
|