fa
Feedback
python-telegram-bot

python-telegram-bot

رفتن به کانال در Telegram

The official channel for the python-telegram-bot library | https://python-telegram-bot.org

نمایش بیشتر

📈 تحلیل کانال تلگرام python-telegram-bot

کانال python-telegram-bot (@pythontelegrambotchannel) در بخش زبانی انگلیسی بازیگری فعال است. در حال حاضر جامعه شامل 17 071 مشترک است و جایگاه 7 761 را در دسته فناوری و برنامه‌ها و رتبه 13 577 را در منطقه الصين دارد.

📊 شاخص‌های مخاطب و پویایی

از زمان ایجاد در невідомо، پروژه رشد سریعی داشته و 17 071 مشترک جذب کرده است.

بر اساس آخرین داده‌ها در تاریخ 05 ژوئن, 2026، کانال فعالیت پایداری دارد. در ۳۰ روز گذشته تغییر اعضا برابر 143 و در ۲۴ ساعت گذشته برابر -1 بوده و همچنان دسترسی گسترده‌ای حفظ شده است.

  • وضعیت تأیید: تأیید نشده
  • نرخ تعامل (ER): میانگین تعامل مخاطب 46.31% است و در ۲۴ ساعت نخست پس از انتشار، محتوا معمولاً N/A% واکنش نسبت به کل مشترکان کسب می‌کند.
  • دسترسی پست‌ها: هر پست به طور میانگین 0 بازدید دریافت می‌کند. در اولین روز معمولاً 0 بازدید جمع‌آوری می‌شود.
  • واکنش‌ها و تعامل: مخاطبان به‌طور فعال حمایت می‌کنند؛ میانگین واکنش به هر پست 0 است.

📝 توضیح و سیاست محتوایی

نویسنده این فضا را محل بیان دیدگاه‌های شخصی توصیف می‌کند:
The official channel for the python-telegram-bot library | https://python-telegram-bot.org

به لطف به‌روزرسانی‌های پرتکرار (آخرین داده در تاریخ 06 ژوئن, 2026)، کانال همواره به‌روز و دارای دسترسی بالاست. تحلیل‌ها نشان می‌دهد مخاطبان به‌طور فعال با محتوا تعامل دارند و آن را به نقطه اثرگذاری مهم در دسته فناوری و برنامه‌ها تبدیل کرده‌اند.

17 071
مشترکین
-124 ساعت
+317 روز
+14330 روز
آرشیو پست ها
I just released a hotfix version 5.3.1 which resolves https://github.com/python-telegram-bot/python-telegram-bot/issues/579 by enforcing the use of urllib3 v1.20 instead of v1.21. We are still working on the v6 release.

Released v5.3 - Implement API changes of November 21st (Bot API 2.3) - JobQueue now supports datetime.timedelta in addition to seconds - JobQueue now supports running jobs only on certain days - New Filters.reply filter - Bugfix for Message.edit_reply_markup - Other bugfixes Update with pip install -U python-telegram-bot

The prophecy was fullfilled! We just released v5.2 - Implement API changes of October 3rd (games update) - Add Message.edit_* methods - Filters for the MessageHandler can now be combined using bitwise operators (& and |) - Add a way to save user- and chat-related data temporarily (check out the new conversationbot2.py example) - Other bugfixes and improvements

Just a heads up: We are aware of the Bot API changes of today, October 3rd, and we are already working on it.

A new release, at last! python-telegram-bot v5.1 is now available on PyPI Changelog: - Drop Python 2.6 support - Deprecate telegram.Emoji - Use ujson if available - Add instance methods to Message, Chat, User, InlineQuery and CallbackQuery - RegEx filtering for CallbackQueryHandler and InlineQueryHandler - New MessageHandler filters: forwarded and entity - Add Message.get_entity to correctly handle UTF-16 codepoints and MessageEntity offsets - Fix bug in ConversationHandler when first handler ends the conversation - Allow multiple Dispatcher instances - Add ChatMigrated Exception - Properly split and handle arguments in CommandHandler First of all: Sorry for letting you wait so long between two releases. Second of all: Holy shit! What an epic changelog! 7 different contributors worked on this release, and there is some cool new stuff to explore. Check out our updated examples on GitHub! As always, you can upgrade to the latest version with pip install -U python-telegram-bot

Another cool blog post that uses python-telegram-bot for a chat bot with Natural Language Processing! Link: http://blog.algorithmia.com/create-a-chatbot-telegram-python-summarize-text/ We will start collecting articles like this in the wiki, please add any articles you know (or have written yourself) here: https://github.com/python-telegram-bot/python-telegram-bot/wiki/Press

To our friends in Brazil, check out this great tutorial by Júlia Rizza: https://juliarizza.wordpress.com/2016/08/06/fazendo-um-bot-para-telegram-em-python/

We want to keep a list of projects that are related to python-telegram-bot in some way. If you are developing such a project, please add it to this list: https://github.com/python-telegram-bot/python-telegram-bot/wiki/Related-Projects

New major release v5.0 - Rework JobQueue - Introduce ConversationHandler - Add telegram.constants module There's also a small guide to help you with the transition: https://github.com/python-telegram-bot/python-telegram-bot/wiki/Transition-guide-to-Version-5.0

The just released v4.3.3 brings back proxy support that was removed with the switch to urllib3 in the v4.3 release.

Another fix release, v4.3.2, was just published. The timeout parameter is now respected again in all telegram.Bot methods. Update to latest version: $ pip install -U python-telegram-bot

We just released a fix release v4.3.1, because v4.3 had a wrong version of urllib3 as minimum requirement. Please also check out our new wiki articles! Webhooks: https://github.com/python-telegram-bot/python-telegram-bot/wiki/Webhooks Hosting a bot at baum.xyz: https://github.com/python-telegram-bot/python-telegram-bot/wiki/Hosting-a-bot-at-baum.xyz

Released v4.3 - Use urllib3.PoolManager for connection re-use - Rewrite run_async decorator to re-use threads - New requirements: urllib3 and certifi This release significantly improves performance, so we decided to release it separetely from v5.0, which is coming during the next weeks.

Released v4.2.1 Minor bug fixes: - Fix CallbackQuery.to_dict() bug (thanks to jlmadurga) - Fix editMessageText exception when receiving a CallbackQuery Update to latest version: $ pip install -U python-telegram-bot

Released v4.2 - Implement Bot API 2.1 - Move botan module to telegram.contrib - New exception type: BadRequest Also, we have a small tutorial now: https://github.com/python-telegram-bot/python-telegram-bot/wiki/Extensions-%E2%80%93-Your-first-Bot Update to latest version with pip install -U python-telegram-bot PS: We're already working on v5.0, featuring an improved JobQueue and better Emoji support.

Released v4.1.2 This is a fix release for a critical bug due to Bot API 2.1 changes, where getUpdates would fail. Please update immediately: pip install -U python-telegram-bot

We are currently considering dropping Python 2.6 support. Would you mind answering this quick poll? https://www.strawpoll.me/10227996

Released v4.1.1 This release fixes the Deprecation warning caused by Dispatcher using two newly deprecated (mostly internally used) methods 😁

We couldn't find 4.0.4 to release this time, releasing 4.1 instead. 😉 Released 4.1 - Implement API changes from May 6, 2016 - Fix bug when start_polling with clean=True - Methods now have snake_case equivalent, for example telegram.Bot.send_message is the same as telegram.Bot.sendMessage

Released 4.0.3 - Add missing attribute location to InlineQuery

python-telegram-bot - آمار و تحلیل کانال تلگرام @pythontelegrambotchannel