ruiyukirin/dsh-douyin-oem-touliu-report0

dsh-douyin-oem-touliu-report

抖音本地推 OEM 投流日报/周报自动化插件:安装后自动把 douyin-oem-touliu-report 技能部署到用户技能根,采集抖音来客+巨量本地推三源数据并生成 docx 报告。Douyin local-promotion OEM ad-daily/weekly report automation: deploys the douyin-oem-touliu-report skill (collect 3 data sources, compute metrics, build docx reports).

包名
dsh-douyin-oem-touliu-report
版本
1.0.0
许可证
MIT
最近更新
2026年8月28日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ruiyukirin/dsh-douyin-oem-touliu-report

首次使用(三步)

  1. 填业务配置:复制 ~/.dsh/skills/douyin-oem-touliu-report/config/config.example.json 为同目录下 config.json,填写公司名、advid/groupid/view_id、四个入口 URL、数据目录与报告目录。
  2. 邮件通知(可选):复制 config/.env.exampleconfig/.env,填 QQ/163/Outlook SMTP 凭据与收件人。
  3. 安装 Python 依赖:pip install -r requirements.txt,然后 playwright install(供 Edge 浏览器自动化);首次运行采集用本机 Edge 登录一次抖音来客,之后复用登录态。