feat: add Slack auto collector

- tools/slack_auto_collector.py: Slack Bot API 自动采集消息
- requirements.txt: 新增 slack-sdk 依赖
- INSTALL.md: 新增 Slack 配置章节(6 步配置流程、Scope 列表、报错解决)
- README.md: 新增 Slack 数据来源行及工具文件

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
titanwings
2026-03-31 18:41:54 +08:00
parent 6a5432836e
commit b8305a38f3
4 changed files with 844 additions and 2 deletions

View File

@@ -40,7 +40,6 @@
| 飞书(自动采集) | ✅ API | ✅ | ✅ | 输入姓名即可,全自动 |
| 钉钉(自动采集) | ⚠️ 浏览器 | ✅ | ✅ | 钉钉 API 不支持历史消息 |
| Slack自动采集 | ✅ API | — | — | 需管理员安装 Bot免费版限 90 天 |
| 企业微信(浏览器采集) | ✅ 浏览器 | — | — | 扫码登录;文档需手动上传 |
| PDF | — | ✅ | — | 手动上传 |
| 图片 / 截图 | ✅ | — | — | 手动上传 |
| 飞书 JSON 导出 | ✅ | ✅ | — | 手动上传 |
@@ -180,7 +179,6 @@ create-colleague/
│ ├── feishu_mcp_client.py # 飞书 MCP 方案
│ ├── dingtalk_auto_collector.py # 钉钉全自动采集
│ ├── slack_auto_collector.py # Slack 全自动采集
│ ├── wecom_browser_collector.py # 企业微信浏览器采集
│ ├── email_parser.py # 邮件解析
│ ├── skill_writer.py # Skill 文件管理
│ └── version_manager.py # 版本存档与回滚