An async framework for building powerful bots for Bale Messenger.
Features
- Fully Async
- Webhook Support
- Long Polling
- Filters System
- FSM / States
- Models
- Fast & Lightweight
- Easy to Use
Installation
pip install gyron
Quick Start
from gyron.bot import BotClient
import asyncio
app = BotClient('TOKEN')
@app.on_update()
async def echo(update):
await app.reply(update.text)
asyncio.run(app.run())
Links
- PyPI: https://pypi.org/project/gyron/
- GitHub: https://github.com/YasinOliayi/gyron
- Documentation : https://yasinoliayi.github.io/gyron/
- Official Channel : https://ble.ir/gyron
License
MIT License
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gyron-1.2.1.tar.gz
(17.9 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
gyron-1.2.1-py3-none-any.whl
(17.9 kB
view details)
File details
Details for the file gyron-1.2.1.tar.gz.
File metadata
- Download URL: gyron-1.2.1.tar.gz
- Upload date:
- Size: 17.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
adac50a315668f404e765c9ba6f6708c6aebe0718f2afa7b8f1c0e7cccf31745
|
|
| MD5 |
128e23db24c810534cf067552390be52
|
|
| BLAKE2b-256 |
0cb738bd44c11da4b468694840b6389fac436d4d4ac2ff89512128dc7bf0ddff
|
File details
Details for the file gyron-1.2.1-py3-none-any.whl.
File metadata
- Download URL: gyron-1.2.1-py3-none-any.whl
- Upload date:
- Size: 17.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb8e20003d3d195c4601f6c39c045ea302bf204263bc2764eb80e62b94c5129c
|
|
| MD5 |
d0a4e0c15ee41b89c82ed9d071fffb2d
|
|
| BLAKE2b-256 |
e7d2870441bbf4d299044e72b38690ab2d9db53f70d946c2cfd412a7a0c458b1
|