catalog/repos/17159216167--jobhunt-ops-broadcast.md

42 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 求职流程自动化追踪
`求职` `自动化` `任务管理` `定时播报` `状态追踪`
# jobhunt-ops-broadcast
将求职流程(投递 / 测评 / 笔试 / 面试)做成可追踪、可提醒、可回写的自动化系统。
## 功能
- 截图输入(无需先接 IMAP
- 自动更新:`jobhunt_ops/STATUS.md` + `jobhunt_ops/CHANGELOG.md`
- 写入本地任务/日程数据库personal-assistant
- 定时播报cron
## 快速开始(给普通用户)
### 一键安装(推荐)
#### 方式 A直接双击Windows
- 双击仓库根目录里的 `setup.bat`
#### 方式 B命令行PowerShell
在仓库根目录运行:
```powershell
powershell -ExecutionPolicy Bypass -File .\scripts\setup.ps1
```
这个脚本会自动:
- 初始化 `jobhunt_ops/STATUS.md``jobhunt_ops/CHANGELOG.md`
- 写入 `HEARTBEAT.md` 播报规则
- 创建 cron10:00/12:00/15:00/20:00
### 然后用户只要做两件事
1. 上传邮件截图
2. 回一句状态:`公司 事项 已完成/进行中/未开始`
系统就会自动更新状态与播报。
详见:`jobhunt_ops/INIT_COLDSTART.md`
## 安全
- 不要在聊天里发送邮箱密码/授权码
- `.env` 必须加入 `.gitignore`