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.1.5.tar.gz
(18.5 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.1.5-py3-none-any.whl
(18.5 kB
view details)
File details
Details for the file gyron-1.1.5.tar.gz.
File metadata
- Download URL: gyron-1.1.5.tar.gz
- Upload date:
- Size: 18.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
33f6ebcb5c8530c35e9d2177c8c9c9249260bf6553257e876e05d40f024567a1
|
|
| MD5 |
fda4c5cdad9e28bb9a441d2a39616718
|
|
| BLAKE2b-256 |
bfb3f5ab18e27c8c3b1d018992d9c3ce6dd5230dda496e59dd23a47628041de3
|
File details
Details for the file gyron-1.1.5-py3-none-any.whl.
File metadata
- Download URL: gyron-1.1.5-py3-none-any.whl
- Upload date:
- Size: 18.5 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 |
39e2a9da609b545b4508e48f5dadb64ee4b3b858d324cda18e5045c8613af83f
|
|
| MD5 |
c592eff26ed647fde684b5ed54a01d5a
|
|
| BLAKE2b-256 |
4a74594101e50967845b50f797e7a79c3700d2c705787d9ba5173126823636e3
|