An asynchronous framework for Bale Messenger bots
Project description
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/
License
MIT License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gyron-0.7.1.tar.gz
(16.8 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-0.7.1-py3-none-any.whl
(16.7 kB
view details)
File details
Details for the file gyron-0.7.1.tar.gz.
File metadata
- Download URL: gyron-0.7.1.tar.gz
- Upload date:
- Size: 16.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
313c78c56d18e527a73373c80bac41bca89ab4f8ec5e9abd69620f2dfdfc9c3f
|
|
| MD5 |
32b29c5c53aa789bdf98286c0bfcd9ef
|
|
| BLAKE2b-256 |
d7582ed95776ce8d3e527bd089b2364db29823c045efc38c6b1cc902f302c778
|
File details
Details for the file gyron-0.7.1-py3-none-any.whl.
File metadata
- Download URL: gyron-0.7.1-py3-none-any.whl
- Upload date:
- Size: 16.7 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 |
d536aee9be996811f6e0254313220842a5cb013176d09b2f8cb0d844391d937f
|
|
| MD5 |
379c9208ba1be508bf2c219af96f9336
|
|
| BLAKE2b-256 |
7edce07beb1153b449604eb4b6c12658f8d90b7faa6e92ffa1cf3df07d3db4e9
|