An enhanced Pyrogram-like filter and handler system using Kurigram.
Project description
hasnainkk
An enhanced Pyrogram-like filter and handler system built on Kurigram.
Installation
pip install hasnainkk
How to use it
from hasnainkk.client import Client
from hasnainkk.handler import handler
from hasnainkk.filters import command, group
client = Client("mybot", api_id=12345, api_hash="xyz", bot_token="TOKEN")
@handler("start")
async def start(client, message):
await message.reply_text("Hello!")
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
hasnainkk_07-1.0.tar.gz
(4.5 kB
view details)
Built Distributions
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 hasnainkk_07-1.0.tar.gz.
File metadata
- Download URL: hasnainkk_07-1.0.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
874df4889be926c8ffc8e52652ccb5cd31469aafdc8e2f588ff0ac7d6c682bd5
|
|
| MD5 |
c2138dc3a70ca2d79b8ac4f440a50746
|
|
| BLAKE2b-256 |
d865e33b8cd4ccaa16f88172f337acfa086eac62d0c3eb3d916085772d346e7f
|
File details
Details for the file hasnainkk_07-1.0.0-py3-none-any.whl.
File metadata
- Download URL: hasnainkk_07-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
741fd9dfcd7652d56a6574c0818506b6969cd664d98bc24e1bdc9dacd0af17f5
|
|
| MD5 |
ffdc4fbb4851ff12c5cd40b1944e5c26
|
|
| BLAKE2b-256 |
4f41aff94a04a9d5a24864cd7ab36f2e0dbb7109cc4c8b3da0d1016337cc10e7
|
File details
Details for the file hasnainkk_07-1.0-py3-none-any.whl.
File metadata
- Download URL: hasnainkk_07-1.0-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
867ed69add57931c68bceba829df60227a875e48d515e738067e3043769c47dc
|
|
| MD5 |
69cd9390771f33090f0bb0c7f0851f1b
|
|
| BLAKE2b-256 |
cc4b6507c6932312e527581726ff91489fbe025611dc36e414fed27f81e83873
|