Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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捷径

展开捷径配置
image

- 添加定时运行iOS捷径

展开自动化配置
image