ruiyukirin/dsh-douyin-oem-touliu-report ↗★ 0
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).
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ruiyukirin/dsh-douyin-oem-touliu-report说明文档
阅读完整 README ↗首次使用(三步)
- 填业务配置:复制
~/.dsh/skills/douyin-oem-touliu-report/config/config.example.json为同目录下config.json,填写公司名、advid/groupid/view_id、四个入口 URL、数据目录与报告目录。 - 邮件通知(可选):复制
config/.env.example为config/.env,填 QQ/163/Outlook SMTP 凭据与收件人。 - 安装 Python 依赖:
pip install -r requirements.txt,然后playwright install(供 Edge 浏览器自动化);首次运行采集用本机 Edge 登录一次抖音来客,之后复用登录态。