This command-line utility program is designed to automate the process of filling weekly attendance data to tpad.tsc.go.ke. It streamlines the process by taking in necessary arguments and a sample Excel file containing the attendance data.
To use the program, you need to provide the following arguments:
--tsc_number:
Your TSC (Teachers Service Commission) number.
--id_number:
Your identification number.
--password:
Your password for accessing the TPAD system.
--excel_file:
Path to the sample Excel file containing the attendance data.
- Clone this repository to your local machine.
- Install dependencies by running npm install.
- Build the project by running npm run build. This will compile the TypeScript files and generate the output in a folder
- named out.
- Navigate to the out folder.
- Run the program by executing node index.js with the appropriate arguments mentioned above.
This program is written in TypeScript. If you make any changes to the TypeScript files, make sure to rebuild the project before running it again.
This program is provided as-is, without any guarantees or warranties. Use it responsibly and ensure that you have the necessary permissions to access and fill data on tpad.tsc.go.ke.