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

55 lines
1.7 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.

# 求职流程自动化追踪
**GitHub**: [17159216167/jobhunt-ops-broadcast](https://github.com/17159216167/jobhunt-ops-broadcast) | **Gitea**: [mc-skills/17159216167--jobhunt-ops-broadcast](http://192.168.0.109:3000/mc-skills/17159216167--jobhunt-ops-broadcast)
## 中文摘要
将求职各阶段(投递/测评/笔试/面试)自动化管理,支持截图输入、状态更新、定时播报和本地日程写入,用户只需上传邮件截图并回复状态即可自动同步进度。
## 标签
`求职管理` `自动化` `任务追踪` `定时播报` `状态同步`
---
## README 原文
# 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`