{"id":45518,"library":"ncore","title":"Ncore","description":"Высокопроизводительная асинхронная библиотека для работы с MTProto (Telegram API) на Python. Версия 0.9.815, поддержка Python 3.10+. Активно развивается.","status":"active","version":"0.9.815","language":"python","source_language":"en","source_url":"https://github.com/zovdev/Ncore","tags":["mtproto","telegram","async"],"install":[{"cmd":"pip install ncore","lang":"bash","label":"Install from PyPI"}],"dependencies":[{"reason":"HTTP client for API calls","package":"aiohttp","optional":false},{"reason":"MTProto crypto (optional for performance)","package":"cryptg","optional":true}],"imports":[{"wrong":"from ncore import NClient","symbol":"Client","correct":"from ncore import Client"}],"quickstart":{"code":"import os\nfrom ncore import NClient\n\napi_id = int(os.environ.get(\"API_ID\", \"12345\"))\napi_hash = os.environ.get(\"API_HASH\", \"\")\n\nclient = NClient(api_id, api_hash)\n\nasync def main():\n    await client.start()\n    me = await client.get_me()\n    print(me)\n    await client.close()\n\nif __name__ == \"__main__\":\n    import asyncio\n    asyncio.run(main())","lang":"python","description":"Минимальный пример подключения к Telegram API"},"warnings":[{"fix":"from ncore import NClient","message":"NClient импортируется напрямую из ncore, а не из ncore.client.","severity":"breaking","affected_versions":"all"},{"fix":"api_id = int(os.environ.get('API_ID'))","message":"API_ID обязателен как int, а не str.","severity":"gotcha","affected_versions":"all"},{"fix":"await client.start(phone=my_phone)","message":"Метод start() теперь принимает ключевые аргументы, не позиционные","severity":"deprecated","affected_versions":">=0.9.0"}],"env_vars":null,"search_vec":"'0.9.815':14 '3.10':17 'api':10 'async':22 'mtproto':8,20 'ncore':1 'python':12,16 'telegram':9,21 'активно':18 'асинхронная':3 'библиотека':4 'версия':13 'высокопроизводительная':2 'для':5 'на':11 'поддержка':15 'работы':6 'развивается':19 'с':7","created_at":"2026-06-07T12:55:24.821745+00:00","updated_at":"2026-06-07T12:55:24.821745+00:00","problems":{"verify_error":"Traceback (most recent call last):\n  File \"<string>\", line 1, in <module>\nModuleNotFoundError: No module named 'ncore'"},"ecosystem":"pypi","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/zovdev/Ncore","github":"https://github.com/zovdev/Ncore","docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["analytics"],"base_url":null,"auth_type":null,"provenance":{"verified_status":"import_fail","verified_at":"2026-07-03","last_verified":"2026-07-03","next_check":"2026-07-10","install_tag":null}}