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", "you_endpoint_url")
@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.8.tar.gz
(7.1 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.8.tar.gz.
File metadata
- Download URL: rubigramclient-1.3.8.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3998bd2ccd76b90d044f164db6925397f9368f9f57e78d078d030653632a3ced
|
|
| MD5 |
374470b61d579e4a356cf326173ce4f5
|
|
| BLAKE2b-256 |
6cb8c04c0463fff61391f15bab0f999c1904c21bbb50a2710b0b1d202a4303b0
|
File details
Details for the file rubigramclient-1.3.8-py3-none-any.whl.
File metadata
- Download URL: rubigramclient-1.3.8-py3-none-any.whl
- Upload date:
- Size: 8.7 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 |
486b74ad4cc586ebbb78959e9a7fca43c267cb231362a0f7fd37872eee582e31
|
|
| MD5 |
c8d37855452e5150dd26bf475e14e9ac
|
|
| BLAKE2b-256 |
c81c2f82fe489497d619642dd4d48ce2811410b9ae5e167d897abd142633a625
|