Пользователь -> Telegram -> GPT анализирует -> Бот отправляет команду -> Notion обновляется ↑ ↓ Обратная связь через напоминания и предложения по изменениям
pip instal aiogram
pip install notion-client
pip install requests
Telegram-AI-Notion-Calendar-Planner/ ├─ bot/ │ ├─ init.py │ ├─ main.py │ ├─ config.py │ ├─ notion/ │ │ ├─ init.py │ │ ├─ notion_service.py │ │ └─ tasks.py │ ├─ handlers/ │ │ ├─ init.py │ │ ├─ tasks_handler.py │ │ ├─ help_handler.py │ │ └─ qwen_handler.py │ ├─ qwen/ │ │ ├─ init.py │ │ └─ qwen_client.py │ └─ utils/ │ ├─ init.py │ └─ logger.py └─ .env