A Python library for connect to Rubika API
Project description
Rubigram
from rubigram import Client, filter
from rubigram.types import Message
client = Client("Your_Bot_Token")
@bot.on_message(filter.command("start"))
async def start(client: Client, message: Message):
chat_id = message.chat_id
await message.reply("Hi, {}".format(chat_id))
client.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.1.1.tar.gz
(5.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.1.1.tar.gz.
File metadata
- Download URL: rubigramclient-1.1.1.tar.gz
- Upload date:
- Size: 5.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 |
d688cd8942402b035e3c6a7fd6beabaeab524cee69df999c4a84053f967ff704
|
|
| MD5 |
a5d6ebbaf8e963979f4dfbdac2ae076d
|
|
| BLAKE2b-256 |
ead31064b50e3711808a09b5e418429525e69bbee6e006cdb21bd32ff241ebf6
|
File details
Details for the file rubigramclient-1.1.1-py3-none-any.whl.
File metadata
- Download URL: rubigramclient-1.1.1-py3-none-any.whl
- Upload date:
- Size: 6.0 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 |
513e7d263846c6da2983f0629a4a8dcb52fcc0c9affeba6c8823d263cb04ee7f
|
|
| MD5 |
5c43ee57562b011e2ac63e5d664dbc5d
|
|
| BLAKE2b-256 |
270baba3f83ffef885bb36d5e46c2fa30405de13c0df614564832f903077b6f0
|