Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 598 Bytes

README.rst

File metadata and controls

25 lines (14 loc) · 598 Bytes

GetAltsClient

An asyncio client library for Telegram's GetAltsBot API: https://telegra.ph/GetAlts-API-06-09

Quickstart

GetAltsClient is available on PyPI and can be installed with pip.

$ pip install getaltsclient

After installing GetAltsClient you can use it like any other Python module.

Here is a simple example:

import getaltsclient
# Fill this section in with the common use-case.

The API Reference provides API-level documentation.