2025-11-06 23:10:20 +08:00
2025-11-06 23:10:20 +08:00
2025-11-06 23:10:20 +08:00
2025-11-06 23:10:20 +08:00
2025-11-06 23:10:20 +08:00
2025-11-06 23:17:41 +08:00
2025-11-06 23:10:20 +08:00
2025-11-06 23:10:20 +08:00
2025-11-06 23:10:20 +08:00
2025-11-06 23:10:20 +08:00

Jielong

Run: sh start.sh and get usage(Linux only).

Environment

Use python3 -m venv venv to create a virtual environment.

Then activate the venv, use pip install -r .\requirements.txt to install dependencies.

Note that you have to ensure the CHROME_BINARY_PATH and CHROMEDRIVER_PATH in shared_config.py correctly.

Also, if you want the email notification(to notify the expiration of token) works, you need to check config.ini.

Details

Please edit the config and payload by yourself to meet your actual need.

JieLong Payload

Jielong Payload: payload in the try-catch block of perform_check_in() function in check_in_worker.py

You may use Reqable or other tools to get the payload of JieLong. (Tips: Catch the request of "EditRecord" and you will find what you want.)

Meanwhile, config.csv is used to build the payload. You may need edit the config.csv related codes to add support to new payload. Searching the usage of read_configs() function will tell you the things.

Config

APScheduler config: app.py

Other config: shared_config.py

JieLong Token data: config.csv

Email notification config: config.ini

S
Description
用于接龙管家的自动打卡系统,通过__登录刷新 Token 实现每日自动表单提交,不用再怕忘记打卡了!
Readme MIT 1.3 MiB
Languages
Python 61.2%
Vue 26.2%
TypeScript 9.7%
HTML 1.4%
CSS 1.1%
Other 0.4%