Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 808 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 808 Bytes

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.