Высокопроизводительная асинхронная библиотека для работы с MTProto (Telegram API) на Python. Версия 0.9.815, поддержка Python 3.10+. Активно развивается.
pip install ncoreNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Минимальный пример подключения к Telegram API
from ncore import NClient
api_id = int(os.environ.get('API_ID'))await client.start(phone=my_phone)