Good news!
We have just released v2.9 of python-telegram-bot, which includes the following features:
- Support for Channels
- If long-polling times out, an exception is thrown instead of blocking forever
- The Emoji class is now compatible to Python 3, natively
- Because of that,
We have just released v2.9 of python-telegram-bot, which includes the following features:
- Support for Channels
- If long-polling times out, an exception is thrown instead of blocking forever
- The Emoji class is now compatible to Python 3, natively
- Because of that,
future is now a dependency for python-telegram-bot. Running pip install python-telegram-bot --upgrade will take care of it.🔥7❤1
v2.9.1 was just released, what a wild ride!
This release fixes problems for bots with slow connections.
If you had problems with timing out on
To update to v2.9.1, run:
This release fixes problems for bots with slow connections.
If you had problems with timing out on
getUpdates, this release brings you the network_delay-parameter, which allows you to increase the time getUpdates waits for the data to be transmitted over the network.To update to v2.9.1, run:
pip install python-telegram-bot --upgradeThe just released v2.9.2 fixes issue #98 (https://github.com/leandrotoledo/python-telegram-bot/issues/98)
GitHub
installation error · Issue #98 · python-telegram-bot/python-telegram-bot
installing the module with below command pip install python-telegram-bot I got the error IOError: [Errno 2] No such file or directory: 'requirements.txt'