Case: 用 WorkBuddy 自动生成并推送每日简报 - #21
Open
DearPeter wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
摘要
提交一个面向「打工人」的端到端自动化案例:把分散在 Jira、Apple 生态、消费账单和互联网上的信息聚合到一张早安简报,每天 07:00 自动生成 HTML 页面并邮件推送。
包含内容
难度
高级。涉及多数据源整合、macOS Apple Events 桥接、定时任务配置、HTML 生成、部署与邮件推送全流程。
文档路径
docs/cases/submissions/daily-brief-automation/index.md验证
npm install && npm run docs:build通过(frontmatter 字段齐全,frontmatter 必填项:title / summary / author / date / category / difficulty / skills){{变量}}模板化,方便读者复用