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
```python
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.2.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.2.0.tar.gz.
File metadata
- Download URL: rubigramclient-1.2.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 |
43847a6e48b8493e8236724e9ce69832f3d9ee2f27e62d95adbc4d562382db39
|
|
| MD5 |
7b69d33e6fb5ce1ca329d17ea467bcae
|
|
| BLAKE2b-256 |
7cf95d51a08395d7fef9cc3531dc7324d77b7fca55f2028c741ba4d87e3c3e68
|
File details
Details for the file rubigramclient-1.2.0-py3-none-any.whl.
File metadata
- Download URL: rubigramclient-1.2.0-py3-none-any.whl
- Upload date:
- Size: 7.6 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 |
e385056e7be81a09199ce74d394f1d0d695c353a0768102e9e7a5019ba735e53
|
|
| MD5 |
c103c2c89404d8f05aded71df1796504
|
|
| BLAKE2b-256 |
a7771a3eb4170507b368ecf18129204bf15969ad9f39e226f05ae09012e78fbb
|