pyTelegramBotAPI version update to 3.0.0
Change log:
- Implement all bot v3 feature.
https://core.telegram.org/bots/api#may-18-2017
Change log:
- Implement all bot v3 feature.
https://core.telegram.org/bots/api#may-18-2017
core.telegram.org
Telegram Bot API
The Bot API is an HTTP-based interface created for developers keen on building bots for Telegram. To learn how to createβ¦
π3
pyTelegramBotAPI version update to 3.1.0
Change log:
- Telegram bot api 3.1 features. https://core.telegram.org/bots/api#june-30-2017
- Proxy supported. https://github.com/eternnoir/pyTelegramBotAPI#proxy
Change log:
- Telegram bot api 3.1 features. https://core.telegram.org/bots/api#june-30-2017
- Proxy supported. https://github.com/eternnoir/pyTelegramBotAPI#proxy
core.telegram.org
Telegram Bot API
The Bot API is an HTTP-based interface created for developers keen on building bots for Telegram. To learn how to createβ¦
π3
pyTelegramBotAPI version update to 3.2.0
Change log:
- Telegram bot api 3.2 features. https://core.telegram.org/bots/api#july-21-2017
Change log:
- Telegram bot api 3.2 features. https://core.telegram.org/bots/api#july-21-2017
core.telegram.org
Telegram Bot API
The Bot API is an HTTP-based interface created for developers keen on building bots for Telegram. To learn how to createβ¦
π3
pyTelegramBotAPI version update to 3.4.1
Change log:
- Telegram bot api 3.4 features. https://core.telegram.org/bots/api#october-11-2017
- Fix new message trigger command_handler and next_step_handler same time. Now only trigger next_step_handler. #405
- Fix #414
Change log:
- Telegram bot api 3.4 features. https://core.telegram.org/bots/api#october-11-2017
- Fix new message trigger command_handler and next_step_handler same time. Now only trigger next_step_handler. #405
- Fix #414
core.telegram.org
Telegram Bot API
The Bot API is an HTTP-based interface created for developers keen on building bots for Telegram. To learn how to createβ¦
π3
pyTelegramBotAPI version update to 3.5.0
Change log:
- Telegram bot api 3.5 features. https://core.telegram.org/bots/api#november-17-2017
Change log:
- Telegram bot api 3.5 features. https://core.telegram.org/bots/api#november-17-2017
core.telegram.org
Telegram Bot API
The Bot API is an HTTP-based interface created for developers keen on building bots for Telegram. To learn how to createβ¦
π6
π v.4.0.0 - up to date!
Great news!
π« Library is now support the latest Bot API (v.5.3)!
- (With some limitations, see compatibility list in readme).
We hope to keep it now up to date with the further Bot API updates.
Release
Great news!
π« Library is now support the latest Bot API (v.5.3)!
- (With some limitations, see compatibility list in readme).
We hope to keep it now up to date with the further Bot API updates.
Release
core.telegram.org
Telegram Bot API
The Bot API is an HTTP-based interface created for developers keen on building bots for Telegram. To learn how to createβ¦
π3
π 4.1.0 - Custom message filters
New feature: custom message filters!
βοΈ Now you can filter message handlers with whatever you want.
π See for description:
https://github.com/eternnoir/pyTelegramBotAPI#custom-filters
And for examples:
https://github.com/eternnoir/pyTelegramBotAPI/tree/master/examples/custom_filters
Release
New feature: custom message filters!
βοΈ Now you can filter message handlers with whatever you want.
π See for description:
https://github.com/eternnoir/pyTelegramBotAPI#custom-filters
And for examples:
https://github.com/eternnoir/pyTelegramBotAPI/tree/master/examples/custom_filters
Release
GitHub
GitHub - eternnoir/pyTelegramBotAPI: Python Telegram bot api.
Python Telegram bot api. Contribute to eternnoir/pyTelegramBotAPI development by creating an account on GitHub.
π3
π 4.1.1 - States
States: new feature, based on custom filters: states.
π See the example:
https://github.com/eternnoir/pyTelegramBotAPI/blob/master/examples/custom_states.py
Release
States: new feature, based on custom filters: states.
π See the example:
https://github.com/eternnoir/pyTelegramBotAPI/blob/master/examples/custom_states.py
Release
GitHub
pyTelegramBotAPI/examples/custom_states.py at master Β· eternnoir/pyTelegramBotAPI
Python Telegram bot api. Contribute to eternnoir/pyTelegramBotAPI development by creating an account on GitHub.
π4
π 4.2.0 - Bot API 5.4 and overriding requests
Bot API support bumped up to v.5.4.
Thanks to @coder2020
- Added possibility to override request sending for testing purposes or making some requests post-processing.
See: https://github.com/eternnoir/pyTelegramBotAPI#testing
Release
Bot API support bumped up to v.5.4.
Thanks to @coder2020
- Added possibility to override request sending for testing purposes or making some requests post-processing.
See: https://github.com/eternnoir/pyTelegramBotAPI#testing
Release
π5
π 4.2.1 - Absolutely new AsyncTeleBot
Absolutely new AsyncTeleBot (alpha version).
By @coder2020
See: https://github.com/eternnoir/pyTelegramBotAPI#asynctelebot for details.
Release
Absolutely new AsyncTeleBot (alpha version).
By @coder2020
See: https://github.com/eternnoir/pyTelegramBotAPI#asynctelebot for details.
Release
π4
π6
π 4.3.1 - Bugfix π¨
π¨ Quick Fix with send_document, send_sticker methods
Please update to newer version.
Release notes
π¨ Quick Fix with send_document, send_sticker methods
Please update to newer version.
Release notes
π7
π 4.4.0 - Bot API 5.7 and more
π€ Bot API support bumped up to v.5.7.
Thanks to @coder2020
π Changes:
π« Synchronous storage rewritten. Redis storage added.
π pass_bot parameter added for register_XXX_handler
βοΈ register_middleware_handler added
π Improve states example
And more.
Release
π€ Bot API support bumped up to v.5.7.
Thanks to @coder2020
π Changes:
π« Synchronous storage rewritten. Redis storage added.
π pass_bot parameter added for register_XXX_handler
βοΈ register_middleware_handler added
π Improve states example
And more.
Release
π16
π pyTelegramBotAPI documentation
We are happy to announce that now pyTelegramBotAPI has it's documentation π. Documentation contains types, methods description and parameters βοΈ
π pyTelegramBotAPI documentation
We are happy to announce that now pyTelegramBotAPI has it's documentation π. Documentation contains types, methods description and parameters βοΈ
π pyTelegramBotAPI documentation
π28
π 4.4.1 - Service updates, class-based middlewares, and more
π Changes:
- Extended custom exception_handler behaviour (for webhooks)
- Improved states
- New Text Filter
- Documentation improvements
- I18N examples involving middlewares for async
- Class-based middlewares were added to Telebot
Release notes (shortened)
π¨What about Bot API 6.0?
Bot API 6.0 is in progress. It will be supported by github version soon. The next coming version (4.5.0) will support bot API 6.0.
π Changes:
- Extended custom exception_handler behaviour (for webhooks)
- Improved states
- New Text Filter
- Documentation improvements
- I18N examples involving middlewares for async
- Class-based middlewares were added to Telebot
Release notes (shortened)
π¨What about Bot API 6.0?
Bot API 6.0 is in progress. It will be supported by github version soon. The next coming version (4.5.0) will support bot API 6.0.
π17
π32
π 4.5.1 - Minor updates and bugfixes
π Changes:
- Added sync i18n class based middleware
- Bugfix in answer_web_app_query
- Mistake in ChatAdministratorRights
- Markdown & Html functions added (Beta version, still in progress)#1524
- Polling exception logging updated
- Fixed proxy for asynctelebot
Release
π Changes:
- Added sync i18n class based middleware
- Bugfix in answer_web_app_query
- Mistake in ChatAdministratorRights
- Markdown & Html functions added (Beta version, still in progress)#1524
- Polling exception logging updated
- Fixed proxy for asynctelebot
Release
π25
π 4.6.0 - Bot API 6.1
π Changes:
- Bot API support bumped up to v.6.1
- class File parse fix
- copyMessage typehint fixed
- improvements in formatting
- fixed default parse mode in TeleBot(sync)
- added an option to set default parse mode for AsyncTeleBot(async)
- aiohttp session management improvements(for async)
- async long polling improvements
Release
π Changes:
- Bot API support bumped up to v.6.1
- class File parse fix
- copyMessage typehint fixed
- improvements in formatting
- fixed default parse mode in TeleBot(sync)
- added an option to set default parse mode for AsyncTeleBot(async)
- aiohttp session management improvements(for async)
- async long polling improvements
Release
π26
π 4.6.1 - Run webhooks from bot, middleware and documentation improvements, fixes
π Changes:
- run_webhooks() function for both versions
- Passing data to handler through middlewares
- Typehints for set_state improved
- Some built-in custom filters were improved
- Fixed timeouterror for async
- Significant documentation improvements
- Extended exception handler behaviour
- update_sensitive field for async
- Session improvements for async
- ... and more
Main Contributor
@coder2020
Release
π Changes:
- run_webhooks() function for both versions
- Passing data to handler through middlewares
- Typehints for set_state improved
- Some built-in custom filters were improved
- Fixed timeouterror for async
- Significant documentation improvements
- Extended exception handler behaviour
- update_sensitive field for async
- Session improvements for async
- ... and more
Main Contributor
@coder2020
Release
π16
π 4.7.0 - Bot API 6.2
π Changes:
- Bot API support bumped up to v.6.2
- class InputFile added. Supports various ways to pass files to corresponent functions.
Release
π Changes:
- Bot API support bumped up to v.6.2
- class InputFile added. Supports various ways to pass files to corresponent functions.
Release
π28