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.2.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.2.tar.gz.
File metadata
- Download URL: rubigramclient-1.3.2.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 |
5213e41bfdca7f23f8a34e199593e67f34f3fcac43c8a3233892e54307bd7643
|
|
| MD5 |
92e283a793d34cfefc482e2a2b2a0078
|
|
| BLAKE2b-256 |
b9fa611d164719cb110a1ecc0f579296471cdf205ef7545d88b0e630c6af0f62
|
File details
Details for the file rubigramclient-1.3.2-py3-none-any.whl.
File metadata
- Download URL: rubigramclient-1.3.2-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 |
e2ed10aabee86a394254eaccfc5d61a89d634d872b2a644d6d266458d2f4ace3
|
|
| MD5 |
5d6151d4bc34e66fb510f1148b4d83cd
|
|
| BLAKE2b-256 |
05419d5c374467c89f94f47518064f355b6c11067f1b896be9f166a2d3e32749
|