/
dracat
/
chat_assembler
Обзор
Документация
Войти
/
dracat
/
chat_assembler
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
replytree
codebase_map/dependencies.json
106 строк
2 KB
Марченков Сергей Анатольевич
вернуть id сообщения и t.me ссылку в заголовке файла
12 фев 2026, 05:33
12 фев 2026, 05:33
3bf667e
Код
Авторство
О чём код?
{ "project_dependencies": { "core": [ { "name": "pydantic", "version": "2.10.4", "purpose": "Data validation and settings management" }, { "name": "telethon", "version": "1.38.1", "purpose": "Telegram client API for accessing chats" }, { "name": "treelib", "purpose": "Tree data structure for organizing messages" }, { "name": "easydict", "purpose": "Dictionary access with dot notation" }, { "name": "mistune", "purpose": "Markdown parser and renderer" }, { "name": "pyunycode", "purpose": "Unicode encoding utilities" }, { "name": "pyyaml", "purpose": "YAML configuration file parsing" }, { "name": "trans", "purpose": "Translation utilities" } ], "additional": [ { "name": "schedule", "version": "1.2.2", "purpose": "Task scheduling" }, { "name": "pyTelegramBotAPI", "version": "4.26.0", "purpose": "Telegram Bot API wrapper" }, { "name": "dill", "purpose": "Object serialization" }, { "name": "numpy", "purpose": "Numerical computing" }, { "name": "pytest", "purpose": "Testing framework" }, { "name": "docs2data", "source": "git+https://gitverse.ru/belonesox/docs2data.git", "purpose": "Documentation to data conversion" } ] }, "internal_modules": { "chat_assembler.cli": { "purpose": "Command line interface and application entry point", "dependencies": [ "chat_assembler.communication.TelegramDownloader", "pydantic", "argparse", "pathlib" ] }, "chat_assembler.communication": { "purpose": "Telegram API communication and message downloading", "size": "40KB", "likely_dependencies": [ "telethon", "treelib", "pydantic" ] }, "chat_assembler.utils": { "purpose": "Data processing utilities and formatting", "size": "18KB", "likely_dependencies": [ "mistune", "pyyaml", "pyunycode" ] } }, "external_apis": { "telegram": { "api_type": "Telegram Client API", "library": "Telethon", "authentication_required": true, "credentials": ["api_id", "api_hash"] } } }