Skip to main content

Framework for effective and reliable async telegram bot building.

Project description

Telegrinder

Framework for effective and reliable telegram bot building.

Still in development.

  • Type hinted
  • Customizable and extensible
  • Ready to use scenarios and rules
  • Fast models built on msgspec
  • Both low-level and high-level API

Getting started

Install using pip:

pip install telegrinder

Using poetry:

poetry add telegrinder

Install from github:

pip install -U https://github.com/timoniq/telegrinder/archive/dev.zip
poetry add git+https://github.com/timoniq/telegrinder.git#dev

Basic example:

from telegrinder import API, Message, Telegrinder, Token
from telegrinder.modules import logger
from telegrinder.rules import Text

api = API(token=Token("123:token"))
bot = Telegrinder(api)
logger.set_level("INFO")


@bot.on.message(Text("/start"))
async def start(message: Message):
    me = (await api.get_me()).unwrap()
    await message.answer(
        f"Hello, {message.from_user.full_name}! I'm {me.full_name}."
    )


bot.run_forever()

Documentation

Readthedocs

Community

Join our telegram forum.

Contributing

License

Telegrinder is MIT licensed
Copyright © 2022-2024 timoniq
Copyright © 2024 luwqz1

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

telegrinder-0.1.dev167.tar.gz (149.6 kB view details)

Uploaded Source

Built Distribution

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

telegrinder-0.1.dev167-py3-none-any.whl (195.1 kB view details)

Uploaded Python 3

File details

Details for the file telegrinder-0.1.dev167.tar.gz.

File metadata

  • Download URL: telegrinder-0.1.dev167.tar.gz
  • Upload date:
  • Size: 149.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.2 CPython/3.11.8 Linux/6.8.7-arch1-1

File hashes

Hashes for telegrinder-0.1.dev167.tar.gz
Algorithm Hash digest
SHA256 d7edfc2889317345ecbc576d92b9cf3fcf1566afdc1b307321055e7f9027a801
MD5 05dff79343a8f624a3387584ce245e9f
BLAKE2b-256 f53c0369603d3e0ce4c189581d1d7d25bf2f04626f165bd875a0c814a8f0207c

See more details on using hashes here.

File details

Details for the file telegrinder-0.1.dev167-py3-none-any.whl.

File metadata

  • Download URL: telegrinder-0.1.dev167-py3-none-any.whl
  • Upload date:
  • Size: 195.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.2 CPython/3.11.8 Linux/6.8.7-arch1-1

File hashes

Hashes for telegrinder-0.1.dev167-py3-none-any.whl
Algorithm Hash digest
SHA256 a228f52afb260b8e216de0babe92da4a718fa03a951f4dc8af86b32486ee6321
MD5 29ab3611132d4e66b70cbc5d493ac5a9
BLAKE2b-256 edb904bc3a4a60d4b9d41550dcce63dcd195f2261ed288eba5ccf0008e15349c

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