telepotpro

Python framework for Telegram Bot API


Keywords
telegram, bot, api, python, wrapper
License
MIT
Install
pip install telepotpro==13.3

Documentation

telepotpro

An improved version of telepot by nickoala, with support for newer features and some bugfixes.

Fixes and mods added to telepot

Consult this for a list of things added to telepot and to see what I am currently planning on doing.

  • Fixed requests crashing with urllib3 >= 1.24.2
  • Added "deleted" text format option in HTML and MD
  • Fixed bot crashing when receiving a poll
  • Fully implemented polls (incoming)
  • Added support for dice messages
  • Fix urllib connections pooling
  • Fix requests to telegram servers timeout

Original links & description

telepot - Python framework for Telegram Bot API