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.dev162.tar.gz (138.2 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.dev162-py3-none-any.whl (177.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: telegrinder-0.1.dev162.tar.gz
  • Upload date:
  • Size: 138.2 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.dev162.tar.gz
Algorithm Hash digest
SHA256 8f687164d90bd029c97897915f01adf9d666eeb8294542e82615ad6f2a9b6546
MD5 5c73686f6808d779a4f09958e8585f6f
BLAKE2b-256 dbca435d136bdc1d0330a39c7c6e2af726497386939adbd4f563924930513092

See more details on using hashes here.

File details

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

File metadata

  • Download URL: telegrinder-0.1.dev162-py3-none-any.whl
  • Upload date:
  • Size: 177.9 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.dev162-py3-none-any.whl
Algorithm Hash digest
SHA256 b7ccb7f21cc37132d0d950979942e296ec2185312dac3f594d3d45681a9739f6
MD5 ad5ec31d93b9e128f2ff81147b176de1
BLAKE2b-256 00d77013d8adb5fcec120c9d95ddbdb8af2725bc211fa1bf9bd11a6f872d13e6

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