This utility is for clocking in and out on Jobcan, and it sends the results to Chatwork.
"jclockedio" means Jobcan clocked in/out.
brew tap masa0221/tapbrew install jclockedioNote: jclockedio requires Chrome and Chromedriver.
brew install --cask chromedriverAlternatively, you can use Docker.
jclockedio configureYou can modify the output format. For more details, run jclockedio configure --help.
jclockedio aditTo only verify login without clocking in/out, use the --no-adit option.
If you don't have Chrome and Chromedriver installed, you can use Docker. To pull the Docker image, check this link.
docker build -t jclockedio .
docker run --rm -it jclockedioDefault timezone is Asia/Tokyo;to change it, use -e TZ=UTC.
docker run --rm -it -v "$HOME"/.jclockedio:/root/.jclockedio jclockedio configureUSE AT YOUR OWN RISK. Make sure to verify the execution process and the results before relying on it. Good luck with your remote work!🌸