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.5.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.5.tar.gz.
File metadata
- Download URL: rubigramclient-1.3.5.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 |
6f72fe0f8f2c8b739d0603daa24327635698d19c0641f77d2637a44eb9e395a9
|
|
| MD5 |
d75188802c4ec9d4210c58dad893e182
|
|
| BLAKE2b-256 |
ca44e6cd108b7ab42c4e2d855ec7b19c6bdf295a1fb49683c1e6a61c0b99fb45
|
File details
Details for the file rubigramclient-1.3.5-py3-none-any.whl.
File metadata
- Download URL: rubigramclient-1.3.5-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 |
309d6860d7104e8bb6bc5cd8787a6f3e438692ef85339e505e8d924f61d4510e
|
|
| MD5 |
d20fa374426bee482a2e75795411b8ff
|
|
| BLAKE2b-256 |
9d263964b006bcfd661e423979eb9b38f039579ab765dea8e0451de9257d9160
|