Last updated:
0 purchases
autocheck 0.1.4.3
auto-check is a tool used to check in & out in the remote server automaticly. Set a crontab task that run this script in the remote linux system.The check in & out system was a little bit funny, because this api(url)’s network package was captured while using my iPhone App to perform check in & out actions, and I check in & out successfully via these api with cookies, etc.
Installation
pip3 install auto-check
Usage
The following setting will perform an action that cio.py was executed at 8:30 and 19:30 on every workday.
30 8,19 * * * auto-check
FAQ
Why performs login aciton before check in & out?
In order to avoid the cookies being out of date, though that case didn’t appear. But when I open the iPhone App, the lonin action was performed, and the latest cookie was received by the App.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.