mirror of
https://github.com/titanwings/colleague-skill.git
synced 2026-04-04 22:59:06 +08:00
- 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>
16 lines
348 B
Plaintext
16 lines
348 B
Plaintext
# Required
|
|
requests>=2.28.0
|
|
|
|
# Optional: Chinese name → slug conversion
|
|
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
|