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

@@ -7,6 +7,9 @@ pypinyin>=0.48.0
# Optional: Playwright for Feishu browser login / DingTalk message scraping
playwright>=1.40.0
# Optional: Slack auto collector
slack-sdk>=3.27.0
# Optional: Word/Excel parsing (convert to PDF/CSV first if unavailable)
python-docx>=1.1.0
openpyxl>=3.1.0