> 让每一个想法都有回声 🌱
> Every idea deserves an echo.
简洁优雅的想法记录工具,支持快速记录、智能分类、时间线视图和多端同步。
A simple and elegant idea capture tool with quick notes, smart categorization, timeline view, and multi-platform sync.
# 启动 Web 服务 / Start Web service
python3 scripts/echo-web.py
# 访问 / Visit
http://localhost:5000
| 依赖 / Dependency | 用途 / Purpose | 配置说明 / Setup |
|---|---|---|
| ------------------- | ---------------- | ------------------ |
| Python 3.10+ | 运行环境 / Runtime | python3 --version |
| Flask | Web 框架 / Web framework | pip install flask |
| Requests | HTTP 请求 / HTTP client | pip install requests |
| SQLite | 数据库 / Database | 内置 / Built-in |
| 依赖 / Dependency | 用途 / Purpose | 配置说明 / Setup |
|---|---|---|
| ------------------- | ---------------- | ------------------ |
| Notion API | 云端同步 / Cloud sync | 需配置 API Key(见下文) |
| Google Calendar API | 待办同步 / Todo sync | 需配置 OAuth(见下文) |
| Telegram Bot | 快速输入 / Quick input | 需创建 Bot(见下文) |
| MiniMax API | AI 分析 / AI analysis | 需配置 API Key(见下文) |
用于快速创建种子 / For quick seed creation:
/newbot 创建新 Bot123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11)Bot 命令列表 / Bot Commands:
/note - 创建笔记 / Create note/idea - 创建灵感 / Create idea/link - 创建链接 / Create link/todo - 创建待办 / Create todo/diary - 创建日记 / Create diary/thought - 创建思考 / Create thought/collect - 创建收藏 / Create collection/voice - 创建语音 / Create voice/list - 查看最近种子 / List recent seeds/search - 搜索种子 / Search seeds/stats - 统计信息 / Statistics用于云端同步 / For cloud sync:
config.yaml 中配置:notion:
enabled: true
api_key: "your_notion_api_key"
parent_page_id: "your_parent_page_id"
用于待办事项同步 / For todo sync:
credentials.json 到项目目录用于 AI 分析功能 / For AI analysis:
ai:
enabled: true
provider: "minimax" # 或 "deepseek" / or "deepseek"
api_key: "your_api_key"
model: "MiniMax-M2.5"
echo-seed/
├── scripts/
│ ├── echo-web.py # Web 后端 / Web backend
│ ├── echo-telegram-bot.py # Telegram Bot
│ ├── db_helper.py # 数据库助手 / Database helper
│ └── ai_service.py # AI 服务 / AI service
├── templates/
│ └── index.html # Web 界面 / Web UI
├── data/
│ └── echo.db # SQLite 数据库 / Database
├── config.example.yaml # 配置示例 / Config example
├── requirements.txt # Python 依赖 / Dependencies
└── SKILL.md # 本文件 / This file
版本 / Version: 1.0.0
作者 / Author: @zheznanohana
许可证 / License: MIT
共 1 个版本