/triogram

Async Telegram Bot API built with httpx and trio.

Primary LanguagePython

Build Status Code Coverage Code Style

Triogram

Async Telegram Bot API built with httpx and trio.

Installation

Stable from PyPI:

pip install triogram

Latest from Github:

pip install git+https://github.com/rnovatorov/triogram#egg=triogram

Usage

Checkout examples.

See Telegram Bot API for available types and methods.