Skip to main content

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
from Gyron.models import Update
import asyncio

app = BotClient('TOKEN')

@app.on_update()
async def echo(update:Update):
    await app.reply(update.text)

asyncio.run(app.run())

Filters

from Gyron.filters import filters


@bot.on_update(filters.text('/start'))
async def text_handler(update):

    print(update.text)

Webhook

bot = BotClient("TOKEN", use_webhook = True)

asyncio.run(bot.run(path = "/webhk"
    host="0.0.0.0",
    port=8000))

Links


License

MIT License

Project details


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.4.3.tar.gz (15.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

gyron-0.4.3-py3-none-any.whl (15.1 kB view details)

Uploaded Python 3

File details

Details for the file gyron-0.4.3.tar.gz.

File metadata

  • Download URL: gyron-0.4.3.tar.gz
  • Upload date:
  • Size: 15.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.0

File hashes

Hashes for gyron-0.4.3.tar.gz
Algorithm Hash digest
SHA256 5c8e4b5c94af9774112a8441a4a4ee001994aac71f99471944c66a43dd9bd6e1
MD5 d608fb2606d6c2c35d266acfe7913cd2
BLAKE2b-256 9601839ff5db71b5942f778dfbcb56f026dca239d9254d77d0a9f48e63ba8bbd

See more details on using hashes here.

File details

Details for the file gyron-0.4.3-py3-none-any.whl.

File metadata

  • Download URL: gyron-0.4.3-py3-none-any.whl
  • Upload date:
  • Size: 15.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.0

File hashes

Hashes for gyron-0.4.3-py3-none-any.whl
Algorithm Hash digest
SHA256 37805777c7ab315ff879560c97273c996fe928ac629080e77a43dde3e65071ab
MD5 1ed462888f826961d6f9575220ba2275
BLAKE2b-256 270e0e1978c4bc465bcc8e633ea6e160b966f4584f99e6812569846e7539a4bd

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page