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

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


@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.dev158.tar.gz (115.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.dev158-py3-none-any.whl (154.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: telegrinder-0.1.dev158.tar.gz
  • Upload date:
  • Size: 115.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.6.1 CPython/3.10.11 Darwin/23.1.0

File hashes

Hashes for telegrinder-0.1.dev158.tar.gz
Algorithm Hash digest
SHA256 273b1e4719c44b84d5f1063ae4ed012c877bf5dea99f71a1a42ef8396590c0ed
MD5 86fb16e5acffcab07f8322a74f0448ea
BLAKE2b-256 223ef347eb1368340278b62e5a41305dad993acd7f77bb5f6244f94ae7ff9d74

See more details on using hashes here.

File details

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

File metadata

  • Download URL: telegrinder-0.1.dev158-py3-none-any.whl
  • Upload date:
  • Size: 154.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.6.1 CPython/3.10.11 Darwin/23.1.0

File hashes

Hashes for telegrinder-0.1.dev158-py3-none-any.whl
Algorithm Hash digest
SHA256 6c6428bcbc5867c8d74ae5450eaf76c4a5ab981f3442a9127f603b0324c3ffcd
MD5 b8d7bfe9f11dcb3b91ccb2d39cda7c31
BLAKE2b-256 350bc444447d6eb04c7e8b81099b2bbf2b13e0bba7fae962b82e1f03dc388450

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