/Automated-Clocking

This repo constructs a tool that helps to clock in and out every day with assigned time.

Primary LanguagePython

Automated-Clocking

This repo constructs a tool that helps to clock in and out every day with assigned time.

Setup Environment

  1. Setting the username and password in Settings image

Select the "Secrets" in the left of the list

image

Adding the username and password Repository secrets

where username is your personal 員工編號 in https://cloud.nueip.com/login/lawsnote;

password is your 密碼

image

  1. Setting the clock in-and-out time (Optional)

To change the clocking time, (default clockin: 9:58 a.m., clockout: 17:57), you need to edit the file in the .github/workflows/clockin.yml and .github/workflows/clockout.yml with crontab format.

image