Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tbxark-arc/yunzhijia-status-checker
Check whether Yunzhijia has signed in on the day
https://github.com/tbxark-arc/yunzhijia-status-checker
Last synced: 2 days ago
JSON representation
Check whether Yunzhijia has signed in on the day
- Host: GitHub
- URL: https://github.com/tbxark-arc/yunzhijia-status-checker
- Owner: tbxark-arc
- License: mit
- Created: 2024-02-01T07:10:21.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-01-23T09:22:11.000Z (7 days ago)
- Last Synced: 2025-01-23T10:26:20.235Z (7 days ago)
- Language: Go
- Size: 1.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# YunZhiJia
检查当天云之家是否签到,与iOS捷径配合使用。
```
GET /start # 判断是否上班打卡,打卡返回`true`,否则返回`false`
GET /end # 判断是否下班打卡,打卡返回`true`,否则返回`false`
GET /raw # 原始打卡数据,只在debug模式有效
GET /status # 服务状态
```## 使用方法
- 抓包获得[配置](./init/config.json)所需信息
- 部署到服务器
- 配置iOS捷径
展开捷径配置
- 添加定时运行iOS捷径
展开自动化配置