← 返回
未分类 中文

Earnings Call Processor

Transcribe earnings call audio via Whisper, analyze stock price data, and generate structured Feishu documents summarizing financial results.
使用 Whisper 转录财报电话会议音频,分析股价数据,并生成结构化的飞书文档以汇总财务业绩。
terrycarter1985 terrycarter1985 来源
未分类 clawhub v3.0.0 3 版本 100000 Key: 无需
★ 1
Stars
📥 514
下载
💾 0
安装
3
版本
#latest

概述

Earnings Call Processor

End-to-end pipeline: audio → transcript → stock analysis → Feishu document.

Workflow

  1. Transcribe — Run Whisper on earnings call audio (WAV/MP3/M4A)
  2. Analyze — Load CSV stock history, compute key financial indicators
  3. Generate — Build a structured Feishu document with transcript + financials
  4. Publish — Create as draft first, then promote to shared doc after review

Usage

python3 src/process_earnings_call.py \
  --audio audio_transcripts/earnings_call_sample.wav \
  --stock-csv financial_reports/aapl_stock_history.csv \
  --symbol AAPL \
  --output-dir /tmp/earnings_output

Feishu document creation

After the local output is ready, use the feishu-doc skill to publish:

python3 /path/to/feishu-doc/scripts/doc_ctl.py create "AAPL Earnings Call Summary" --content "$(cat /tmp/earnings_output/feishu_content.md)"

Requirements

  • whisper (OpenAI Whisper CLI)
  • pandas
  • Python 3.10+

Output

  • {output_dir}/transcript.txt — Raw Whisper transcript
  • {output_dir}/financial_indicators.json — Computed indicators
  • {output_dir}/feishu_content.md — Structured content ready for Feishu doc

版本历史

共 3 个版本

  • v3.0.0 当前
    2026-05-21 13:09 安全 安全
  • v2.1.0
    2026-05-08 13:07 安全 安全
  • v1.1.0
    2026-05-08 03:32

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

office-efficiency

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 937 📥 187,682
office-efficiency

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 399 📥 149,569
dev-programming

Code Formatter

terrycarter1985
代码格式化最佳实践及常用语言(Python、JavaScript、JSON、Markdown 等)的快速参考,使用 Prettier、Black、ESLint 等工具。
★ 0 📥 868