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.2.tar.gz
(18.0 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.2-py3-none-any.whl
(17.9 kB
view details)
File details
Details for the file gyron-1.2.2.tar.gz.
File metadata
- Download URL: gyron-1.2.2.tar.gz
- Upload date:
- Size: 18.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
17ea77f13066f6c1ad4c0c4efb6e8378f6a2a29469cd6c4b0c6df942e2bce271
|
|
| MD5 |
f4d50985a9ddd7095f7b36115d9456a6
|
|
| BLAKE2b-256 |
cca4c16d2f4240bba4e43ca96aa8c49a4287e974bde7a5bf52323d6556dc8644
|
File details
Details for the file gyron-1.2.2-py3-none-any.whl.
File metadata
- Download URL: gyron-1.2.2-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 |
321d3198e11a2179affb60c05eafbd304cb7d3585797ee904b2a4a31506ae3e0
|
|
| MD5 |
a8afd6dc6544a05dba5cb3cac43dc352
|
|
| BLAKE2b-256 |
df248e4685287ab94bac98e2d51cb376137f1f343ac5fd1b6f6da951305343f0
|