Async Telegram Bot API built with httpx and trio


Install
pip install triogram==0.6.0

Documentation

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.