Taragolis commented on PR #28953: URL: https://github.com/apache/airflow/pull/28953#issuecomment-1384071330
Well, it's just a thought, seems like `python-telegram-bot` doesn't provide anymore sync implementation only asyncio which to be honest doesn't provide any beneficial with regular Airflow components such as Operators. Maybe we should switch to any other [library](https://core.telegram.org/bots/samples#python) which provide support of Telegram Bot API? For example [pyTelegramBotAPI](https://github.com/eternnoir/pyTelegramBotAPI) seems like quite popular, provide both sync and asyncio support, and work with latest Telegram Bot API version. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
