python-telegram-bot
16.2K subscribers
92 links
The official channel for the python-telegram-bot library | https://python-telegram-bot.org
Download Telegram
October 8, 2015
November 10, 2015
November 10, 2015
December 7, 2015
December 14, 2015
Hi, we have some news for you!

We just moved the project from Leandros GitHub account to a GitHub-Organization called python-telegram-bot at https://github.com/orgs/python-telegram-bot/

We changed all URLs to point to the new project location, but old URLs should be redirected automatically.

For you, nothing should change. This is part of our plan to give the whole project more seriousness, and also to seperate the project from Leandro a bit, since he doesn't find the time to care for the project as much as he wants.

Eventually, Jannes (@jh0ker) will take the lead of the project. Leandro will keep being a part of it, though.

Thanks everyone for your help and support! It has been a pleasure being part of this. Keep up the good work - reporting bugs, requesting features, helping new users...

Y'all are rock stars! Have a great week!
December 15, 2015
December 16, 2015
December 21, 2015
December 29, 2015
Released v3.2

- Introducing JobQueue (original author: @franciscod)
- Streamlining all exceptions to TelegramError (Special thanks to @tsnoam)
- Proper locking of Updater and Dispatcher start and stop methods
- Small bugfixes

For more info on the JobQueue, check the README or take a look this example: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/examples/timerbot.py

Also, since we changed all exceptions to TelegramError, you might want to check you exception handling code before updating in production.
January 5, 2016
January 9, 2016
February 28, 2016
March 22, 2016
Released 4.0rc1

- Implement Bot API 2.0
- Almost complete recode of Dispatcher
- Please read the Transition Guide to 4.0: https://github.com/python-telegram-bot/python-telegram-bot/wiki/Transistion-guide-to-Version-4.0

To install, use pip install python-telegram-bot==4.0rc1
Please note: This release is not backwards compatible to 3.4
April 22, 2016
April 23, 2016