/
dracat
/
chat_assembler
Обзор
Документация
Войти
/
dracat
/
chat_assembler
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
codebase_map/structure.json
114 строк
3 KB
Марченков Сергей Анатольевич
вернуть id сообщения и t.me ссылку в заголовке файла
12 фев 2026, 05:33
12 фев 2026, 05:33
3bf667e
Код
Авторство
О чём код?
{ "project_name": "chat_assembler", "version": "0.2.2", "description": "A tool to download and assemble Telegram chats into markdown files.", "language": "Python", "entry_points": { "cli": "chat_assembler.cli:main", "alias": "casm" }, "directory_structure": { "root": { "type": "directory", "path": "/Users/ms65/bin/chat_assembler", "children": { ".git": { "type": "directory", "description": "Git version control" }, ".vscode": { "type": "directory", "description": "VS Code configuration" }, "chat_assembler": { "type": "directory", "description": "Main package source code", "children": { "__init__.py": { "type": "file", "description": "Package initialization" }, "cli.py": { "type": "file", "description": "Command line interface and main entry point", "lines": 83 }, "communication.py": { "type": "file", "description": "Telegram communication and download logic", "lines": 40686 }, "utils.py": { "type": "file", "description": "Utility functions for data processing", "lines": 18385 } } }, "default-configs": { "type": "directory", "description": "Default configuration files", "children": { "config.md": { "type": "file", "description": "Default configuration template" }, "content.md": { "type": "file", "description": "Default content template" } } }, "tests": { "type": "directory", "description": "Test suite", "children": { "test_utils.py": { "type": "file", "description": "Utility function tests", "lines": 8424 }, "formatting_examples": { "type": "directory", "description": "Formatting test examples" }, "sanitize_examples": { "type": "directory", "description": "Data sanitization test examples" } } }, "docs": { "type": "directory", "description": "Documentation" }, "telegram_data": { "type": "directory", "description": "Default data directory for Telegram downloads" } } } }, "key_files": { "pyproject.toml": { "type": "build_config", "description": "Python project configuration and dependencies" }, "requirements.txt": { "type": "dependencies", "description": "Python dependencies list" }, "config-example.json": { "type": "config_template", "description": "Example configuration file" }, "LICENSE.md": { "type": "license", "description": "MIT License" }, "readme.md": { "type": "documentation", "description": "Project readme" } } }