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.0.tar.gz
(6.7 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.0.tar.gz.
File metadata
- Download URL: rubigramclient-1.3.0.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8287f4d8ca6925556e372629f53b91beed87d20c97df822c20d6ff51e3876a0a
|
|
| MD5 |
77ae09d5d5408f76c177434f51a4c765
|
|
| BLAKE2b-256 |
621fbb30c6e5bcac4a97a7b4d59a26c71b2f64df637fd9a551aa0dca998e9965
|
File details
Details for the file rubigramclient-1.3.0-py3-none-any.whl.
File metadata
- Download URL: rubigramclient-1.3.0-py3-none-any.whl
- Upload date:
- Size: 7.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 |
ce1e38ef050ee3b8756f1347ccef9fdacbc5671b5c1b1a03b88b1e46f7e3d052
|
|
| MD5 |
cd01e8e468a91b0110959e3a246246a8
|
|
| BLAKE2b-256 |
8151254542c4613ae2f9393f65de798057056279c3d09726041b8766334f9a12
|