Skip to main content

Tiny asyncio-based telgram api wrapper library

Project description

Tiny asyncio-based telgram bot-api wrapper library.

Reasons

  • aiotg is framework, not library and have no proxy support.

  • Raw api calls translation is better for understanding and will not break if telegram api will be changed.

  • snake_case

Features

  • Simple as telegram api is.

  • Works with any json provider (aiohttp (default), aiorequests, etc.)

  • snake_case api converted to telegram camelCase.

  • Polling offset handled for you via get_updates method.

  • Handling timeout between requests automatically (via pause keyword-only argument).

  • Source code is short and simple.

Installation

python -m pip install aiotelegram

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aiotelegram-0.3.1.tar.gz (2.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page