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.1.tar.gz
(18.2 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.1-py3-none-any.whl
(18.3 kB
view details)
File details
Details for the file gyron-1.1.1.tar.gz.
File metadata
- Download URL: gyron-1.1.1.tar.gz
- Upload date:
- Size: 18.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
96b0dbfd92f2aca187d1f0d996e4cf67604b1a5ddff41bbe91d1ac6055915c5a
|
|
| MD5 |
406cfb9c0abb0ab6caa1e2bcc73d17e3
|
|
| BLAKE2b-256 |
a5f375e5a7bd4e2080182c24aa7d116b7a6206b15b6ee2b1accf9d7469a7a1fa
|
File details
Details for the file gyron-1.1.1-py3-none-any.whl.
File metadata
- Download URL: gyron-1.1.1-py3-none-any.whl
- Upload date:
- Size: 18.3 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 |
253509a02f90652d9f2bbd06493a034c97d12e3a5a948df5c84851df5485829a
|
|
| MD5 |
6d66c691a8737da7ef4751350ff51dca
|
|
| BLAKE2b-256 |
3e1e2067a6cf31fcd28f4f78bba44838380f6d604fcf587884d4e79ad8fc8d7a
|