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.6.tar.gz
(18.6 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.6-py3-none-any.whl
(18.6 kB
view details)
File details
Details for the file gyron-1.1.6.tar.gz.
File metadata
- Download URL: gyron-1.1.6.tar.gz
- Upload date:
- Size: 18.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
35bf44e61bd20bcb8fc3e016fe84dff1bf7aa67eb5503d60478eb819291c89b3
|
|
| MD5 |
921afc44a502bd6833ca9072d4d21b0f
|
|
| BLAKE2b-256 |
b0cc15c4f10b8b491f89def31c47ff814e1646632527eb3537f8234c4c8b037c
|
File details
Details for the file gyron-1.1.6-py3-none-any.whl.
File metadata
- Download URL: gyron-1.1.6-py3-none-any.whl
- Upload date:
- Size: 18.6 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 |
5768ceb95427540775892a6b2f71897ce9b2e4ff233bcd4a38c794e8ec016dfd
|
|
| MD5 |
0e6da6b7d6edc1175d8a2e2c56839248
|
|
| BLAKE2b-256 |
6191571144795f83cbb99a4347f8d5b33b6d3d5373d5c5fcccb9d719ad273dd3
|