Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

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

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.dev163.tar.gz (139.0 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.dev163-py3-none-any.whl (178.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: telegrinder-0.1.dev163.tar.gz
  • Upload date:
  • Size: 139.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.1 CPython/3.11.8 Linux/6.1.81

File hashes

Hashes for telegrinder-0.1.dev163.tar.gz
Algorithm Hash digest
SHA256 8faf4f5df3b3ef3eeabc2498f57e688dd5b280cf7e26cf7251dcb42ed0d557a0
MD5 ad0ca21f31d2035e2d3a8e3865f5e3bc
BLAKE2b-256 c083be4918e463d8103a9661b153748e32374150926d777e3a470493a4af9f87

See more details on using hashes here.

File details

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

File metadata

  • Download URL: telegrinder-0.1.dev163-py3-none-any.whl
  • Upload date:
  • Size: 178.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.1 CPython/3.11.8 Linux/6.1.81

File hashes

Hashes for telegrinder-0.1.dev163-py3-none-any.whl
Algorithm Hash digest
SHA256 5a581bc74d3cda6da812a2ef8bf44d9bb7aac8aec0ab65a204c7a6d24d3a860e
MD5 db4a79df681c6c89424c125d3ee39fd1
BLAKE2b-256 e847881143e4f90e667efc8c677f42ccbd027f23db3d73f1125175eace99ca19

See more details on using hashes here.

Release history Release notifications | RSS feed

Supported by

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